]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move Floating IP processing to Router classes
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 18 Dec 2014 17:48:19 +0000 (17:48 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 20 Feb 2015 17:14:44 +0000 (17:14 +0000)
commitcb932d2243fa1f9fa32bc64b64113990fb2183d8
tree263413607eb880f536c57056451e1991dd9858ef
parent72dd0cc7f64c3cde49eb35f8c454e6f18876ca76
Move Floating IP processing to Router classes

Change-Id: Id0822f1c3d586c813a09e4b442a21d3cb52943d0
Partially-Implements: bp/restructure-l3-agent
neutron/agent/l3/agent.py
neutron/agent/l3/dvr_router.py
neutron/agent/l3/ha_router.py
neutron/agent/l3/legacy_router.py
neutron/agent/l3/router_info.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/unit/agent/l3/test_dvr_router.py [moved from neutron/tests/unit/test_dvr_router.py with 68% similarity]
neutron/tests/unit/agent/l3/test_ha_router.py [new file with mode: 0644]
neutron/tests/unit/agent/l3/test_l3_router.py [new file with mode: 0644]
neutron/tests/unit/agent/l3/test_legacy_router.py [new file with mode: 0644]
neutron/tests/unit/test_l3_agent.py