]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor init_l3 to separate router port use case
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 30 Jun 2015 20:22:46 +0000 (20:22 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Mon, 6 Jul 2015 22:20:56 +0000 (22:20 +0000)
commitf9e9de9f810f2752d295a379459b9a93aa01ee4d
tree07faeda4750f46bbdbd75c13b3922e929503692c
parent6becf1a4b7469b28219d82aca9dc5593ee14eb21
Refactor init_l3 to separate router port use case

Future work will extend init_l3 with more code specific to router
ports.  It makes sense to separate these out in to one basic method
with basic L3 and another for router port specific logic.

Change-Id: Iec9a46cd0490c4f48bb306083711ff0c5e70ba87
Partially-Implements: blueprint address-scopes
neutron/agent/l3/router_info.py
neutron/agent/linux/interface.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/linux/test_interface.py