From be4fda69fc97b8aabe69cf2f4e04da3af4b039d7 Mon Sep 17 00:00:00 2001 From: Anton Chuchkalov Date: Tue, 5 Apr 2016 20:56:12 +0300 Subject: [PATCH] CID-472: temporary hard set without bootstrap to true --- devops-service/app/api2/parsers/stack.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devops-service/app/api2/parsers/stack.rb b/devops-service/app/api2/parsers/stack.rb index ff6c510..24d19df 100644 --- a/devops-service/app/api2/parsers/stack.rb +++ b/devops-service/app/api2/parsers/stack.rb @@ -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