Merge "Remove archaic reference to QEMU errors during post live migration" into stable/ocata

This commit is contained in:
Jenkins 2017-08-12 06:46:24 +00:00 committed by Gerrit Code Review
commit c72041dea1
1 changed files with 0 additions and 4 deletions

View File

@ -5642,10 +5642,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)
self._clean_instance_console_tokens(ctxt, instance)
if migrate_data and migrate_data.obj_attr_is_set('migration'):