]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move extra routes processing to router classes
authorAssaf Muller <amuller@redhat.com>
Mon, 26 Jan 2015 21:22:16 +0000 (16:22 -0500)
committerAssaf Muller <amuller@redhat.com>
Thu, 5 Feb 2015 15:25:45 +0000 (10:25 -0500)
commitcec87e77f6f3999623aeefd1f1bba1b560119e67
treead597a9a68b323f75cd8ca7f93affa3e6261d63f
parente18f0cb003a0046195a00206734133827e199ed3
Move extra routes processing to router classes

Move legacy and HA routers implementation of the extra
routes extension to their respective router classes.
Move the unit tests as well.

Partially-Implements: blueprint restructure-l3-agent
Change-Id: Iec642dde3e1f2ffdfae4cdfb9cbdc777cad52a39
neutron/agent/l3/agent.py
neutron/agent/l3/ha_router.py
neutron/agent/l3/router_info.py
neutron/tests/unit/agent/l3/__init__.py [new file with mode: 0644]
neutron/tests/unit/agent/l3/test_router_info.py [new file with mode: 0644]
neutron/tests/unit/test_l3_agent.py