1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

feature #2911: Remove unneeded cancel feedback

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

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}\""