(POOLER-70) Remove get_vm_host_info from pool_manager

Previously the Pool Manager would use vSphere objects directly.  This commit
removes get_vm_host_info as this functionality is now in the vSphere VM
Provider.
This commit is contained in:
Glenn Sarti 2017-03-31 14:22:58 -07:00
parent 2974eac371
commit cf15829f05
2 changed files with 0 additions and 21 deletions

View file

@ -498,11 +498,6 @@ module Vmpooler
end
end
def get_vm_host_info(vm_object)
parent_host = vm_object.summary.runtime.host
[parent_host, parent_host.name]
end
def remove_vmpooler_migration_vm(pool, vm)
begin
$redis.srem('vmpooler__migration', vm)