This commit is contained in:
Joshua Boniface 2018-06-02 00:46:58 -04:00
parent 765bad425c
commit 8e90c8a847
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class VMInstance:
try:
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
except:
pass
print("Problem with zookeeper con %s" % self.zk)
return None
if not self.domuuid in self.thishypervisor.domain_list: