]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove RPC dependency to create FIP agent gw port
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Fri, 6 Feb 2015 23:07:40 +0000 (15:07 -0800)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Sat, 14 Feb 2015 01:31:26 +0000 (17:31 -0800)
commit9c9db24738161aef465489b320e6f54a94b4cac7
treec3ac82df3aad0573ebfadd81930f237294635958
parentc49c87d1e4d015a08a4612846dce816bfbb755ee
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
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py