Merge "libvirt: Fix misleading debug msg "Instance is running"" into stable/queens

This commit is contained in:
Zuul 2020-07-15 19:29:58 +00:00 committed by Gerrit Code Review
commit 8290f746d8
1 changed files with 1 additions and 1 deletions

View File

@ -3168,7 +3168,7 @@ class LibvirtDriver(driver.ComputeDriver):
block_device_info=block_device_info,
post_xml_callback=gen_confdrive,
destroy_disks_on_failure=True)
LOG.debug("Instance is running", instance=instance)
LOG.debug("Guest created on hypervisor", instance=instance)
def _wait_for_boot():
"""Called at an interval until the VM is running."""