mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
dd9e132de5
Without this patch the vm_clone requiest would not find a Managed Object Reference when a UUID that is not a string is passed as the instance_uuid option. This is a problem because an unhelpful "undefined method `parent' for nil:NilClass" would be thrown to the application. This patch throws a more helpful Fog::Compute::Vsphere::NotFound exception if the Virtual Machine template is not found. The tests have been updated to reflect this expectation. |
||
---|---|---|
.. | ||
current_time.rb | ||
find_vm_by_ref.rb | ||
list_virtual_machines.rb | ||
vm_clone.rb | ||
vm_destroy.rb | ||
vm_power_off.rb | ||
vm_power_on.rb | ||
vm_reboot.rb |