lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.0.5 vs lib/cloudstack-cli/commands/stack.rb in cloudstack-cli-0.1.0
- old
+ new
@@ -1,16 +1,8 @@
-class Stack < Thor
+class Stack < CloudstackCli::Base
- desc "stack create STACKFILE", "create a stack of servers"
+ desc "create STACKFILE", "create a stack of servers"
def create(stackfile)
- CloudstackCli::Cli.new.bootstrap_server(
- name,
- options[:zone],
- options[:template],
- options[:offering],
- options[:networks],
- options[:port_forwarding],
- options[:project]
- )
+ # TODO
end
end
\ No newline at end of file