]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
l2pop: Allow network types overridable
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 7 May 2014 05:57:57 +0000 (14:57 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 1 Sep 2014 12:07:54 +0000 (12:07 +0000)
commit2f986fa0012c4506e991f708d83dbe8e87a42d17
tree2e84f92332b089fd860e7ef90a5895c9ba85cbf4
parentbeae747ca8aa6b011cbd9648d7e770a4679f5071
l2pop: Allow network types overridable

Currently "tunnel_types" is used for two different purposes; l2pop and
check_segment_for_agent.  This commit introduces a new agent
configuration "l2pop_network_types" to allow overriding the former.

This will be used by ofagent, which wants l2pop info for TYPE_VLAN
as well.

Related: blueprint ofagent-l2pop
Related: blueprint ofagent-merge-bridges
Change-Id: Ia83a94b6661aa36afa8bfeb073101171ffde62a9
neutron/plugins/ml2/drivers/l2pop/db.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/tests/unit/ml2/drivers/test_l2population.py