Correct name to confirm

This commit is contained in:
Joshua Boniface 2018-06-06 21:37:36 -04:00
parent 34cbb5dc96
commit 452681b812
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class NodeInstance():
transaction.set_data('/domains/{}/state'.format(dom_uuid), 'shutdown'.encode('ascii'))
transaction.commit()
else:
print('>>> Moving VM "{}" to hypervisor "{}".'.format(dom_uuid, target_hypervisor))
print('>>> Migrating VM "{}" to hypervisor "{}".'.format(dom_uuid, target_hypervisor))
transaction = self.zk.transaction()
transaction.set_data('/domains/{}/state'.format(dom_uuid), 'migrate'.encode('ascii'))
transaction.set_data('/domains/{}/hypervisor'.format(dom_uuid), target_hypervisor.encode('ascii'))