]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make the interface driver available to the router classes
authorCarl Baldwin <carl.baldwin@hp.com>
Wed, 28 Jan 2015 17:50:31 +0000 (17:50 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 28 Jan 2015 17:50:31 +0000 (17:50 +0000)
commit47ddd2cc03528d9bd66a18d8fcc74ae26aa83497
treed65c62459a4f6092e95d1b955439ea648ee14141
parent0a61edd1f0563ce58415b915028cdb464cfcbb0c
Make the interface driver available to the router classes

Ultimately, it will only be the routers that need access to the
interface driver and the agent won't need to use it for anything.
However, it still makes sense for the agent to initialize it once and
pass it to each of the routers as they're created.

Multiple patches with multiple authors will be created to depend on
this addition.

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