projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a25fd6
)
Fixed docstring for addMachines.
author
Pete Vander Giessen
<petevg@gmail.com>
Mon, 28 Nov 2016 22:41:30 +0000
(17:41 -0500)
committer
Pete Vander Giessen
<petevg@gmail.com>
Mon, 28 Nov 2016 22:41:30 +0000
(17:41 -0500)
Container_type -> container_type
juju/model.py
patch
|
blob
|
history
diff --git
a/juju/model.py
b/juju/model.py
index
eb9db7e
..
8d6c666
100644
(file)
--- 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.
-
C
ontainer_type: string holding the type of the container (for
+
c
ontainer_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