Fix returning incorrect variable

This commit is contained in:
Joshua Boniface 2018-07-18 21:48:30 -04:00
parent 83fe95fabb
commit 06adebc5b0
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

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