From dcb54a9335c7aa29024dca3e0238defef4a14676 Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Mon, 28 Nov 2016 17:41:30 -0500 Subject: [PATCH] Fixed docstring for addMachines. Container_type -> container_type --- juju/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juju/model.py b/juju/model.py index eb9db7e..8d6c666 100644 --- a/juju/model.py +++ b/juju/model.py @@ -1266,7 +1266,7 @@ class BundleHandler(object): constraints: string holding machine constraints, if any. We'll parse this into the json friendly dict that the juju api expects. - Container_type: string holding the type of the container (for + container_type: string holding the type of the container (for instance ""lxc" or kvm"). It is not specified for top level machines. parent_id: string holding a placeholder pointing to another -- 2.17.1