Comment 10 for bug 1415522

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

Reviewed: https://review.openstack.org/153729
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9c9db24738161aef465489b320e6f54a94b4cac7
Submitter: Jenkins
Branch: master

commit 9c9db24738161aef465489b320e6f54a94b4cac7
Author: Swaminathan Vasudevan <email address hidden>
Date: Fri Feb 6 15:07:40 2015 -0800

    Remove RPC dependency to create FIP agent gw port

    The Floatingip Agent Gateway port was initially
    created when the agent requests one through an
    RPC exchange.

    We are seeing more failures in this area of the
    code where there is delay in getting the agent
    gateway port from the plugin through RPC.

    Change-Id: Ieaa79c8bf2b1e03bc352f9252ce22286703e3715
    Related-bug: #1415522