CID-472: temporary hard set without bootstrap to true

This commit is contained in:
Anton Chuchkalov 2016-04-05 20:56:12 +03:00
parent 68a38e1bb4
commit be4fda69fc

View File

@ -11,7 +11,9 @@ module Devops
# temp fix to work on qa:
unless @body['stack_attributes']
@body = {
'stack_attributes' => @body.dup
'stack_attributes' => @body.dup,
'without_bootstrap' => true,
'skip_rollback' => true
}
end