1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #774: User resubmit instead of restart

This commit is contained in:
Daniel Molina 2011-08-18 12:43:42 +02:00
parent 21045eb03b
commit ea5ccbee9b

View File

@ -240,7 +240,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
command :resubmit, resubmit_desc, [:range,:vmid_list] do
helper.perform_actions(args[0],options,"resubmiting") do |vm|
vm.restart
vm.resubmit
end
end