]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Delete duplicate external devices in router namespace
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 27 Mar 2014 22:21:53 +0000 (22:21 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 28 Mar 2014 15:56:55 +0000 (15:56 +0000)
commit80eb1faf1b9466176a0fbf1f8a8b18cb500c6811
tree25b2eb1590d00b11d57c8acdc52e9a54cc0238dc
parentf1c70543095a450e9a63dc9ef7eb352900fc62e7
Delete duplicate external devices in router namespace

When a router's gateway is removed during L3-agent restart, the agent
will fail to delete the old external device.  This device should be
identified and removed as soon as possible.

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