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

Change finalize method instead of delete for onevm

This commit is contained in:
Daniel Molina 2011-06-17 15:06:27 +02:00
parent f811bcbaae
commit 7c537c79ff

View File

@ -93,7 +93,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
command :delete, delete_desc, [:range, :vmid_list] do
helper.perform_actions(args[0],options,"deleted") do |vm|
vm.delete
vm.finalize
end
end