Comment 12 for bug 1786346

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/590538
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=411c45842f6b4bef21710b4d7fa2f473976bc566
Submitter: Zuul
Branch: master

commit 411c45842f6b4bef21710b4d7fa2f473976bc566
Author: Dan Smith <email address hidden>
Date: Thu Aug 9 14:37:28 2018 -0700

    Revert "libvirt: slow live-migration to ensure network is ready"

    This reverts commit 8e6d5d404cf49e5b68b43c62e7f6d7db2771a1f4.

    As detailed in the bug, this is overly racy, waiting for the event
    potentially a long ways (and a couple RPC calls) away from where
    the event will be triggered. The compute manager now has a generic
    mechanism to do this which conflicts and replaces this functionality,
    if enabled (default is off in Rocky, to be defaulted to on in Stein).

    Conflicts:
     nova/tests/unit/virt/libvirt/test_driver.py
     nova/virt/libvirt/driver.py

    Change-Id: Ibf2b5eeafd962e93ae4ab6290015d58c33024132
    Closes-Bug: #1786346