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:
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}\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user