Add REST api support for cancel without rollback
We already have REST api support for cancelling a UPDATE_IN_PROGRESS stack with rollback. This adds a new action 'cancel_without_rollback' to allow for canceling a create/update in_progress stack without rollback. APIImpact Change-Id: I6c6ffa0502ab8745cfb2f9c5ef263f1e02dfc4ca Closes-Bug: #1709041changes/67/491467/18
parent
b1339abcd1
commit
01b5878129
@ -0,0 +1,3 @@
|
||||
{
|
||||
"cancel_without_rollback": null
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
Adds REST api support to cancel a stack create/update without rollback.
|
Loading…
Reference in New Issue