Implement CancelUpdateStack API call
Implement equivalent call to this (in the CFN and native APIs)
http://
We already have the rollback logic so should be fairly simple
Blueprint information
- Status:
- Complete
- Approver:
- Steve Baker
- Priority:
- High
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Pavlo Shchelokovskyy
- Definition:
- Approved
- Series goal:
- Accepted for juno
- Implementation:
- Implemented
- Milestone target:
- 2014.2
- Started by
- Pavlo Shchelokovskyy
- Completed by
- Zane Bitter
Related branches
Related bugs
Bug #1286185: Cannot recover from a heat stack stuck in "UPDATE_IN_PROGRESS" | Fix Released |
Sprints
Whiteboard
amazon API clearly needs a separate action for this. what about our native API?
I'm going to base the solution on the patch on check resources state (https:/
Gerrit topic: https:/
Addressed by: https:/
Implement cancelling of stack update
the following question appeared - should we allow this action for any stack, or only for such that has rollback enabled?
Addressed by: https:/
Implement cancelling of stack update
Addressed by: https:/
Implement CFN CancelUpdateStack action
Addressed by: https:/
Add Heat REST API action for cancel update stack
stevebaker: This is an important feature, and relatively low risk, so we'd like to bring it back into the FFE
(zaneb) For rc1 purposes, this is now complete. As of 2014/09/16 it's still waiting on support in the CloudFormation API (who cares?) and python-heatclient (on a different release schedule).
Work Items
Work items:
Implement heat API calls to set stack action to ROLLBACK: DONE
Implement CFN API action and translate it to heat API calls: DONE
Implement API calls in heatclinet: DONE