Comment 8 for bug 1430042

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

Reviewed: https://review.openstack.org/184282
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1a6053b155ff7d76de271096df0f5660ed09f4d8
Submitter: Jenkins
Branch: stable/kilo

commit 1a6053b155ff7d76de271096df0f5660ed09f4d8
Author: Chris Friesen <email address hidden>
Date: Wed Apr 1 12:07:41 2015 -0400

    fix network setup on evacuate

    As reported in bug #1430042 when using evacuate + neutron virtual
    machines fail to evacuate because of a failure to update port
    bindings. A similar issue applies to FloatingIP setup for
    nova-network.

    A related fix was proposed in
    https://answers.launchpad.net/ubuntu/+source/nova/+question/257358
    and seemed to be fixing users.

    This handles things a bit differently in order to more cleanly
    use existing code.

    Change-Id: Iafa6d2e9eb76ea0389067c939f21ac2181df6f95
    Closes-Bug: #1430042
    (cherry picked from commit 7c81be3c2952f26e30bb8394c8e2803d31fc3b26)