]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add requirements.txt file for OpenDaylight Mech Driver
authorarmando-migliaccio <armamig@gmail.com>
Fri, 30 Jan 2015 17:03:38 +0000 (09:03 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Fri, 30 Jan 2015 18:17:38 +0000 (10:17 -0800)
commitc6ff2949aef1987d056d5e7313ce8ce33df2dc5d
treedb35ae7f8f60b8b82a5d709e3c4cfe2acac064d8
parentd0da02070c79127ff5c50372892b5009cca473df
Add requirements.txt file for OpenDaylight Mech Driver

Move the driver into its own module, but make the change
backward compatible so that we don't break the ODL driver
counterpart (which will use the new module when [1] merges).

[1] https://review.openstack.org/#/c/151707/

Related-Bug: #1409149
Partial-Implements: bp/core-vendor-decomposition

Change-Id: I675d57dc378766230c55ac0ff13966917321b8ef
neutron/plugins/ml2/drivers/mechanism_odl.py
neutron/plugins/ml2/drivers/opendaylight/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/opendaylight/driver.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/opendaylight/requirements.txt [new file with mode: 0644]