From: Pete Vander Giessen Date: Mon, 28 Nov 2016 22:41:30 +0000 (-0500) Subject: Fixed docstring for addMachines. X-Git-Tag: 0.1.0~30^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=dcb54a9335c7aa29024dca3e0238defef4a14676;hp=-c;p=osm%2FN2VC.git Fixed docstring for addMachines. Container_type -> container_type --- dcb54a9335c7aa29024dca3e0238defef4a14676 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