Gracefully handle not being able to remove oruself from list

This commit is contained in:
2018-06-02 15:43:02 -04:00
parent 152cba5e19
commit a155eb5fab
2 changed files with 9 additions and 3 deletions

View File

@ -99,7 +99,7 @@ class NodeInstance(threading.Thread):
for domain, instance in self.s_domain.items():
instance.manage_vm_state()
# Remove non-running VMs from our list
# Remove any non-running VMs from our list
for domain in self.domain_list:
try:
buuid = uuid.UUID(domain).bytes