]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
enable router deletion logic in l3-agent
authorDan Wendlandt <dan@nicira.com>
Tue, 21 Aug 2012 17:26:18 +0000 (10:26 -0700)
committerDan Wendlandt <dan@nicira.com>
Tue, 21 Aug 2012 17:26:22 +0000 (10:26 -0700)
commit961adae44fc5b752bd10945e1f0ed5488a929df2
tree7cc5c22da7004ea78d275bf87bcc0c893e400285
parentd15151d42a17f68786a823fb15fe56ce3f8d77bc
enable router deletion logic in l3-agent

bug 1039387

related to bp quantum-l3-fwd-nat

previous diff logic did not attempt to detect that a router was deleted.

Also, enabled actual deletion of namespace, since 066e48be08f155c29887f5846902fbf5e41b8c89 fixed the issue that was causing that to break.

Also, make router loop pay attention to admin_state_up on router ports.

Change-Id: Id76736dd3207472dfc282097e5b27740e05aaa3a
quantum/agent/l3_agent.py
quantum/tests/unit/test_l3_agent.py