]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make agent config available to the router classes
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 20 Jan 2015 16:48:47 +0000 (16:48 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 28 Jan 2015 17:28:50 +0000 (17:28 +0000)
commit0a61edd1f0563ce58415b915028cdb464cfcbb0c
tree82d2ea9607b01bea23a2c4c468c329b4ab69dfb1
parent7132514e83336a9c2e96f67b2ae737612262270a
Make agent config available to the router classes

Since the agent and the routers are all configured in the same config
file, the routers are going to need access to the agent's config.
This work will support multiple future patches.

Change-Id: I33a23eb37678d94cea3ace8afe090935b1e70685
Partially-Implements: bp/restructure-l3-agent
neutron/agent/l3/agent.py
neutron/agent/l3/router_info.py
neutron/tests/unit/test_l3_agent.py