]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Configure floating IPs addresses after NAT rules
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 14 Jan 2014 20:47:46 +0000 (12:47 -0800)
committerMark McClain <mmcclain@yahoo-inc.com>
Wed, 5 Feb 2014 17:49:02 +0000 (12:49 -0500)
commit5c8c22c97381ca6f4e4007fa05fedbe399e88ea5
tree9f52bad32c8af4594ad4fc5a0f32d0a055429184
parentc4e7ae64c67d26c0b96cc86589a74bc18a10861d
Configure floating IPs addresses after NAT rules

Change the behaviour of the L3 agent in order to set the IP addresses
for the floating IPs on the external gateway interface after the
relevant NAT rules have been applied.
This will avoid a transitory period in which the floating IP exists
and is reachable but it not yet wired to the actual target.

Partial-Bug: #1265505

Change-Id: Ib382fde021868bab2185f2fa5bdee86559148ba7
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py