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:
1ad381e
)
Fix bug in Model.destroy_unit()
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Thu, 5 Jan 2017 14:27:18 +0000
(09:27 -0500)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Thu, 5 Jan 2017 14:27:18 +0000
(09:27 -0500)
juju/model.py
patch
|
blob
|
history
diff --git
a/juju/model.py
b/juju/model.py
index
ecd764b
..
dafbf51
100644
(file)
--- a/
juju/model.py
+++ b/
juju/model.py
@@
-952,7
+952,7
@@
class Model(object):
's' if len(unit_names) == 1 else '',
' '.join(unit_names))
- return await app_facade.Destroy
(self.name
)
+ return await app_facade.Destroy
Units(list(unit_names)
)
destroy_units = destroy_unit
def get_backup(self, archive_id):