update command is broken when used via client api
Bug #1371167 reported by
Pavlo Shchelokovskyy
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
Fix Released
|
High
|
Tatiana Kholkina |
Bug Description
When heatclient is used not via CLI but via python API it presents, stack update is broken as it now requires 'existing' argument.
File "/opt/stack/
method = 'PATCH' if kwargs['existing'] else 'PUT'
MuranoPlException: [exceptions.
Looks like the change I30a2b223d7dd19
Changed in python-heatclient: | |
assignee: | nobody → Pavlo Shchelokovskyy (pshchelo) |
Changed in python-heatclient: | |
assignee: | Pavlo Shchelokovskyy (pshchelo) → nobody |
Changed in python-heatclient: | |
assignee: | nobody → Tetyana Lashchova (tlashchova) |
Changed in python-heatclient: | |
milestone: | none → v0.2.12 |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
kwargs. get('existing' ) should be sufficient