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

feature : Remove unneeded cancel feedback

This commit is contained in:
Tino Vazquez 2014-09-26 19:40:38 +02:00
parent 3ab34851fb
commit 5dccdb7e23

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