Comment 15 for bug 1809095

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

Reviewed: https://review.opendev.org/661495
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=77a339c4e8d51de82cd6c4530b8473cc8bb6aea8
Submitter: Zuul
Branch: stable/stein

commit 77a339c4e8d51de82cd6c4530b8473cc8bb6aea8
Author: Adrian Chiris <email address hidden>
Date: Tue Mar 12 14:34:35 2019 +0200

    Allow driver to properly unplug VIFs on destination on confirm resize

    Update PCI related VIFs with the original PCI address on the source
    host to allow the virt driver to properly unplug VIFs from
    hypervisor, e.g allow the proper VF representor to be unplugged
    from the integration bridge in case of a hardware offloaded OVS.

    While other approaches are possible for solving the issue,
    The approach proposed in the series allows the fix to be safely
    backported.

    Closes-Bug: #1809095

    Conflicts:
        nova/tests/unit/compute/test_compute_mgr.py

    Change-Id: Id3c4d839fb1a6da47cfb366b65c0904d281a218f
    (cherry picked from commit 000e93df09fd4941bb69f715c955b940871a1ec6)