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

feature #2911: Remove unneeded cancel feedback

This commit is contained in:
Tino Vazquez 2014-09-26 19:40:38 +02:00 committed by Ruben S. Montero
parent 8fb8560bae
commit 130fa83dd7

View File

@ -39,7 +39,7 @@ vm.info
lcm_state = vm.lcm_state_str
begin
puts VCenterDriver::VCenterVm.cancel(deploy_id, host, lcm_state)
VCenterDriver::VCenterVm.cancel(deploy_id, host, lcm_state)
rescue Exception => e
STDERR.puts "Cancel of VM #{deploy_id} on host #{host} failed " +
"due to \"#{e.message}\""