]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add OpenDaylight ML2 MechanismDriver
authorKyle Mestery <kmestery@cisco.com>
Tue, 28 Jan 2014 20:46:34 +0000 (20:46 +0000)
committerKyle Mestery <kmestery@cisco.com>
Wed, 5 Mar 2014 14:04:39 +0000 (14:04 +0000)
commit791256cb671630ff70c941272df89717a7216eeb
treeed32b3eb483d453683738dd07d7bb14f48c3655a
parent30f6f2fa4e6e73cf8045febbd1e8d26360714ac5
Add OpenDaylight ML2 MechanismDriver

This commit adds support for OpenDaylight as an ML2 MechanismDriver. The
ODL MechanismDriver does not need an agent since ODL itself handles
programming bridges, tunnels, and ports on the host.

Implements bp ml2-opendaylight-mechanism-driver

Change-Id: Ic1612cd3e8efd39e74a7ed8cff28e91b1f388971
etc/neutron/plugins/ml2/ml2_conf_odl.ini [new file with mode: 0644]
neutron/plugins/ml2/drivers/README.odl [new file with mode: 0644]
neutron/plugins/ml2/drivers/mechanism_odl.py [new file with mode: 0644]
neutron/tests/unit/ml2/test_mechanism_odl.py [new file with mode: 0644]
setup.cfg