Class: Stack

Inherits:
Thor
  • Object
show all
Defined in:
lib/cloudstack-cli/commands/stack.rb

Instance Method Summary collapse

Instance Method Details

#create(stackfile) ⇒ Object



4
5
6
7
8
9
10
11
12
13
14
# File 'lib/cloudstack-cli/commands/stack.rb', line 4

def create(stackfile)
  CloudstackCli::Cli.new.bootstrap_server(
      name,
      options[:zone],
      options[:template],
      options[:offering],
      options[:networks],
      options[:port_forwarding],
      options[:project]
    )
end