Comment 10 for bug 1460408

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

Reviewed: https://review.openstack.org/196572
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4e2148e68cd733b9010bd1886049c298f68cc648
Submitter: Jenkins
Branch: stable/kilo

commit 4e2148e68cd733b9010bd1886049c298f68cc648
Author: Swaminathan Vasudevan <email address hidden>
Date: Fri Apr 24 16:58:48 2015 -0700

    Fix FloatingIP Namespace creation in DVR for Late Binding

    DVR has dependency on the portbinding host to determine
    where to start the FloatingIP Namespace when floatingip
    is configured. But when we assign a floatingip to a port
    that is not bound, even though the API will succeed, the
    FloatingIP Namespace will not be created by the Agent and
    so the FloatingIP will not be functional.

    This patch addresses the issue by creating the Namespace
    and configuring the rules when the late binding happens.

    The agent will be requesting the FIP agent gateway port,
    if required and then proceed to configure the FloatingIP
    Namespace.

    Change-Id: I9b9158bddb626c2bb535acd709452560546fd184
    Closes-Bug: #1447034
    Closes-Bug: #1460408
    (cherry picked from commit 0a82b8ae1951073ff5f9b096485b3acf1a541428)