CID-472: temporary hard set without bootstrap to true
This commit is contained in:
parent
68a38e1bb4
commit
be4fda69fc
@ -11,7 +11,9 @@ module Devops
|
|||||||
# temp fix to work on qa:
|
# temp fix to work on qa:
|
||||||
unless @body['stack_attributes']
|
unless @body['stack_attributes']
|
||||||
@body = {
|
@body = {
|
||||||
'stack_attributes' => @body.dup
|
'stack_attributes' => @body.dup,
|
||||||
|
'without_bootstrap' => true,
|
||||||
|
'skip_rollback' => true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user