Wat
This commit is contained in:
parent
5db8ae6b7d
commit
95da7db7f9
|
@ -39,7 +39,10 @@ class VMInstance:
|
||||||
print('Failed to create domain %s' % self.domuuid)
|
print('Failed to create domain %s' % self.domuuid)
|
||||||
|
|
||||||
if dom == None:
|
if dom == None:
|
||||||
|
try:
|
||||||
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
self.zk.set(self.zkey + '/status', 'stop'.encode('ascii'))
|
||||||
|
except:
|
||||||
|
pass
|
||||||
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