mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
(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:
parent
2974eac371
commit
cf15829f05
2 changed files with 0 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue