bvlah
This commit is contained in:
parent
765bad425c
commit
8e90c8a847
|
@ -42,7 +42,7 @@ class VMInstance:
|
||||||
try:
|
try:
|
||||||
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
||||||
except:
|
except:
|
||||||
pass
|
print("Problem with zookeeper con %s" % self.zk)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if not self.domuuid in self.thishypervisor.domain_list:
|
if not self.domuuid in self.thishypervisor.domain_list:
|
||||||
|
|
Loading…
Reference in New Issue