]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:15 +0000 (15:20 +0800)
commit521d09cc60df027a9cb66ad077115e347cea4159
treec7756a7e772245f479baa4c27bbdfd9d36e2b2cd
parentdbc27c95641de550d27de4c92f719fa9016d1aea
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