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:
parent
b2a9bae248
commit
55b26c3f0f
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user