Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Vm#supports_terminate? checking EMS#vm_destroy
We removed the redundant EMS#vm_destroy methods which just called VM#raw_destroy for all providers except VMware. The supports_feature block however was still checking if the EMS respond_to?(:vm_destroy) rather than checking if the vm object responds to it.
- Loading branch information