aws stack without '_'

This commit is contained in:
amartynov 2015-08-18 16:02:55 +03:00
parent 2006be82d3
commit 8a37763935

View File

@ -256,6 +256,9 @@ module Provider
stack_resources(stack).map{|r| compute.servers.get(r.physical_resource_id)}
end
def create_default_stack_name s
"stack-#{self.ssh_key}-#{s.project}-#{s.deploy_env}-#{Time.now.to_i}"
end
private
def convert_groups list
res = {}