Comment 2 for bug 1278581

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

Reviewed: https://review.openstack.org/72485
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8f0f6ca82fcbec153f992fd2347b6c4fd9a9eb25
Submitter: Jenkins
Branch: master

commit 8f0f6ca82fcbec153f992fd2347b6c4fd9a9eb25
Author: Salvatore Orlando <email address hidden>
Date: Mon Feb 10 13:03:08 2014 -0800

    NSX plugin: fix floatingip re-association

    The NSX plugin does not allow to reassociate a floating IP to
    a different internal IP address on the same port where it's
    currently associated.
    This patch fixes this behaviour and adds a unit test to ensure
    re-association on the same port with a different IP is possible.

    A few tweaks to the unit test aux functions were necessary to
    accomodate the newly introduced unit test.

    Change-Id: Iafbc3c54ebc4509ca75155ef138cc6da869df7bd
    Closes-Bug: #1278581