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