1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

onenetwork renamed to onevnet (#51)

git-svn-id: http://svn.opennebula.org/one/trunk@250 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2008-11-19 11:29:19 +00:00
parent d662ac78a7
commit 394e45f7b2
2 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ inst_ln src/scheduler/mm_sched bin
inst_ln src/client/ruby/onevm bin
inst_ln src/client/ruby/onehost bin
inst_ln src/client/ruby/onenetwork bin
inst_ln src/client/ruby/onevnet bin
inst_ln share/scripts/madcommon.sh libexec
inst_ln share/scripts/one bin

View File

@ -138,18 +138,18 @@ class OneVNParse < CommandParse
Commands:
* create (Creates a new virtual network)
onenetwork create <template>
onevnet create <template>
template is a filename where the virtual network is described
* show (Gets info from a virtual network)
onenetwork show <network_id>
onevnet show <network_id>
* delete (Removes a virtual network)
onehost delete <network_id>
onevnet delete <network_id>
* list (Lists virtual networks in the pool)
onehost list
onevnet list
EOT
@ -158,7 +158,7 @@ EOT
end
def text_command_name
"onenetwork"
"onevnet"
end
def list_options