1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

Feature #1112: Fix onevnet create options

This commit is contained in:
Carlos Martín 2012-03-13 18:13:09 +01:00
parent b2a9bae248
commit 55b26c3f0f

View File

@ -75,7 +75,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
Creates a new Virtual Network from the given template file
EOT
command :create, create_desc, :file, options=>CREATE_OPTIONS do
command :create, create_desc, :file, :options=>CREATE_OPTIONS do
cid = options[:cluster] || ClusterPool::NONE_CLUSTER_ID
helper.create_resource(options) do |vn|