Comment 4 for bug 1430042

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

Reviewed: https://review.openstack.org/169827
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7c81be3c2952f26e30bb8394c8e2803d31fc3b26
Submitter: Jenkins
Branch: master

commit 7c81be3c2952f26e30bb8394c8e2803d31fc3b26
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