diff --git a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine.rb b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine.rb index 2c0cdd6fbd..a6784feacc 100644 --- a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine.rb +++ b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine.rb @@ -1483,7 +1483,9 @@ class VirtualMachine < Template return self['_ref'] end - #The exception will be handle outside this method + # This method raises an exception if the timeout is reached + # The exception needs to be handled in the VMM drivers and any + # process that uses this method def wait_deploy_timeout timeout_deploy = @vi_client.get_property_vcenter_conf(:vm_poweron_wait_default) time_start = Time.now