Undo some bugfixes

This commit is contained in:
2018-06-12 22:00:23 -04:00
parent 68f6316c8e
commit c16eb86456
2 changed files with 4 additions and 5 deletions

View File

@ -145,7 +145,6 @@ class NodeInstance():
most_memfree = memfree
target_hypervisor = hypervisor
print('{} {}'.format(dom_uuid, target_hypervisor))
if target_hypervisor == None:
ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e')
transaction = self.zk.transaction()