Comment 14 for bug 1512880

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

Reviewed: https://review.openstack.org/349061
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9a6fd30d2d854a4a1bedbbc22cb5236fb8ca0fad
Submitter: Jenkins
Branch: master

commit 9a6fd30d2d854a4a1bedbbc22cb5236fb8ca0fad
Author: Ludovic Beliveau <email address hidden>
Date: Fri Jul 29 15:57:07 2016 -0400

    PCI: Fix network calls order on finish_revert_resize()

    The driver was spawning the guest before migrate_instance_finish() was being
    called which caused the neutron ports to not be updated with the old PCI
    devices information. Doing so results in spawning the guest to go in error
    since the driver is using the wrong PCI devices.

    Change-Id: I9b715f638fda65dd2be6c6693e55c8502156ed57
    Partial-bug: #1512880