Class: Stack
- Inherits:
-
Thor
- Object
- Thor
- Stack
- 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, [:zone], [:template], [:offering], [:networks], [:port_forwarding], [:project] ) end |