Implement OnFailure options to CreateStack
We need to support the different options here.
This is normally the first or second question asked about heat.
Asked many times at summit and on IRC.
We seem to be implementing DO_NOTHING only.
See:
http://
OnFailure: DO_NOTHING, ROLLBACK, or DELETE
shardy:
Related - we need to implement rollback before we can implement the ROLLBACK option, ref #154 - I've looked into this but not got around to implementing yet - should basically just be a special type of update (to the previous template).
I've also had several questions around rollback and "atomic stack launch" functionality recently, so will try to look into this in the next few weeks. Since #154 is already assigned to me, I'll take this issue (unless anyone else wants to do it :)
Blueprint information
- Status:
- Complete
- Approver:
- Steven Dake
- Priority:
- Low
- Drafter:
- Steven Hardy
- Direction:
- Approved
- Assignee:
- Steven Hardy
- Definition:
- Approved
- Series goal:
- Accepted for havana
- Implementation:
- Implemented
- Milestone target:
- 2013.2
- Started by
- Steven Hardy
- Completed by
- Steven Hardy
Related branches
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
api : Implement OnFailure option to cfn API CreateStack call