1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

Bug #2623: Add admin resource to command line arguments

This commit is contained in:
Tino Vazquez 2014-01-10 19:18:18 +01:00
parent 9d1646fd1b
commit e53f00cb02

View File

@ -88,7 +88,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
onegroup create -name groupA -admin_group admin_groupA
--admin_user admin_userA --admin_password somestr
--resource TEMPLATE+VM
--resource TEMPLATE+VM
--admin_resources TEMPLATE+VM+IMAGE+NET
EOT