]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ml2 Mechanism Driver for OVSvApp Solution
authorRomil Gupta <romilg@hp.com>
Mon, 2 Mar 2015 07:25:37 +0000 (23:25 -0800)
committerArmando Migliaccio <armamig@gmail.com>
Tue, 24 Mar 2015 16:28:10 +0000 (16:28 +0000)
commit862bb9f2f877006e677aa258472112442e5aaa3e
tree21ab6a0618a0b3710f16be0303a06e9de813723a
parent97372fe6ff1ac620927bba0c2e9d0dfdb012c93d
Ml2 Mechanism Driver for OVSvApp Solution

With the introduction of stackforge/networking-vsphere project
which includes the OVSvApp L2 agent for doing vsphere networking
using neutron.

We need to have thin mechanism driver in neutron which integrates
the ml2 plugin with the OVSvApp L2 Agent.

The mechanism driver implements the abstract method given in
mech_agent.SimpleAgentMechanismDriverBase.

Closes-Bug: 1426365
Partially-implements: blueprint core-vendor-decomposition

Change-Id: I57b2abb58671b8a1c6a2734959346ddeb8fda988
etc/neutron/plugins/ovsvapp/ovsvapp_agent.ini [new file with mode: 0644]
neutron/cmd/eventlet/plugins/ovsvapp_neutron_agent.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/ovsvapp/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/ovsvapp/mech_driver.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/ovsvapp/requirements.txt [new file with mode: 0644]
setup.cfg