Fix calling name

This commit is contained in:
2018-06-04 01:24:11 -04:00
parent 8eb91a4ec3
commit 79b5c41abd
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ class NodeInstance(threading.Thread):
# Remove any non-running VMs from our list
for domain in self.domain_list:
dom = pvcdomf.lookupByUUID(domain)
dom = pvcf.lookupByUUID(domain)
if dom == None:
self.domain_list.remove(domain)
else: