bvlah
This commit is contained in:
parent
8e90c8a847
commit
1db1c80f0b
|
@ -41,8 +41,8 @@ class VMInstance:
|
||||||
if dom == None:
|
if dom == None:
|
||||||
try:
|
try:
|
||||||
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
||||||
except:
|
except Error as e:
|
||||||
print("Problem with zookeeper con %s" % self.zk)
|
print("Problem %s with zookeeper con %s" % (e, 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