Return the proper list

Fixes #17
This commit is contained in:
Joshua Boniface 2018-08-20 12:24:00 -04:00
parent a25b0eed4f
commit 3b15f09ac7
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ def getHypervisors(zk_conn, dom_uuid):
valid_hypervisor_list.append(hypervisor) valid_hypervisor_list.append(hypervisor)
return full_hypervisor_list return valid_hypervisor_list
# via free memory (relative to allocated memory) # via free memory (relative to allocated memory)
def findTargetHypervisorMem(zk_conn, dom_uuid): def findTargetHypervisorMem(zk_conn, dom_uuid):