]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add l2 population base classes
authorSylvain Afchain <sylvain.afchain@enovance.com>
Mon, 22 Jul 2013 12:45:34 +0000 (14:45 +0200)
committerFrancois Eleouet <f.eleouet@gmail.com>
Wed, 11 Sep 2013 23:06:51 +0000 (01:06 +0200)
commit95bf8e6a4068508bed63574b36d90fdecb289969
treec8c58668d847d68f6a0e94543b7eae111f309dab
parent494c97a413371b443c8e8d38abfb4dfd02090e86
Add l2 population base classes

This patch initiates the blueprint l2-population
Implemented as a ml2 Mechanism driver.

OVS & LinuxBridge drivers will be added as dependencies.

Rebased on ML2 Portbinding.

Change-Id: Ia2345aa262ec791c9f38b6e41e1e4b46f69cadac
18 files changed:
neutron/agent/l2population_rpc.py [new file with mode: 0644]
neutron/agent/rpc.py
neutron/common/constants.py
neutron/common/topics.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/l2pop/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/l2pop/config.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/l2pop/constants.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/l2pop/db.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/l2pop/mech_driver.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/l2pop/rpc.py [new file with mode: 0644]
neutron/plugins/ml2/plugin.py
neutron/plugins/ml2/rpc.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/ml2/drivers/test_l2population.py [new file with mode: 0644]
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/test_agent_rpc.py
setup.cfg