Merge "Remove archaic reference to QEMU errors during post live migration"

This commit is contained in:
Jenkins
2017-04-24 09:49:05 +00:00
committed by Gerrit Code Review
-4
View File
@@ -5575,10 +5575,6 @@ class ComputeManager(manager.Manager):
network_info=network_info)
LOG.info(_LI('Migrating instance to %s finished successfully.'),
dest, instance=instance)
LOG.info(_LI("You may see the error \"libvirt: QEMU error: "
"Domain not found: no domain with matching name.\" "
"This error can be safely ignored."),
instance=instance)
if migrate_data and migrate_data.obj_attr_is_set('migration'):
migrate_data.migration.status = 'completed'