]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix floating-ips in error state in dvr mode
authorSylvain Afchain <sylvain.afchain@enovance.com>
Thu, 20 Nov 2014 14:25:58 +0000 (14:25 +0000)
committerSylvain Afchain <sylvain.afchain@enovance.com>
Wed, 26 Nov 2014 09:13:42 +0000 (09:13 +0000)
commitc15923230da2a21d5fdb56c885baa7f3aa045090
tree06d4b7fcae75aa5a8bb3bd9d2aea1e56e2d92c04
parent2e93af3cfd623def15c7d2db5eca7c24b7660e61
Fix floating-ips in error state in dvr mode

Before this fix an exception was raised when
creating the veth between the fip namespace and
the qrouter namespace when the veth was already
present.
This fix add a check to only create the veth if
not present.

Change-Id: Iefea9778223aac885bedfdacfdeacfce74776333
Closes-Bug: #1376013
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py