CID-427: set without_bootstrap and skip_rollback to true for now
This commit is contained in:
parent
34df3f0ce0
commit
4f53a4e698
@ -12,8 +12,8 @@ module Devops
|
|||||||
unless @body['stack_attributes']
|
unless @body['stack_attributes']
|
||||||
@body = {
|
@body = {
|
||||||
'stack_attributes' => @body.dup,
|
'stack_attributes' => @body.dup,
|
||||||
'without_bootstrap' => true,
|
'without_bootstrap' => false,
|
||||||
'skip_rollback' => true
|
'skip_rollback' => false
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user