CID-427: set without_bootstrap and skip_rollback to true for now

This commit is contained in:
Anton Chuchkalov 2016-04-13 16:18:09 +03:00
parent 34df3f0ce0
commit 4f53a4e698

View File

@ -12,8 +12,8 @@ module Devops
unless @body['stack_attributes']
@body = {
'stack_attributes' => @body.dup,
'without_bootstrap' => true,
'skip_rollback' => true
'without_bootstrap' => false,
'skip_rollback' => false
}
end