without aws stack template validation

This commit is contained in:
Anton Martynov 2015-12-11 13:15:36 +03:00
parent c016d777e2
commit 0bf0c6d713

View File

@ -261,8 +261,9 @@ module Provider
end
def validate_stack_template template
r = cloud_formation.validate_template({'TemplateBody' => template})
pp r.body
#r = cloud_formation.validate_template({'TemplateBody' => template})
#pp r.body
true
end
def delete_stack(stack)