]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move NCS mech driver to its new home
authorHenry Gessau <gessau@cisco.com>
Sat, 31 Jan 2015 17:57:49 +0000 (12:57 -0500)
committerHenry Gessau <gessau@cisco.com>
Wed, 11 Feb 2015 21:57:33 +0000 (16:57 -0500)
commit31ee6f094f54554212616fbb34b3566b40ee9279
treebd5d070c864867aeee6d45ee1a9c566e32d595fb
parent5e69e9a18c5ed54e002f0020884c7eb143ccc3e1
Move NCS mech driver to its new home

The NCS driver is scheduled for decomposition, and in the targetted vendor repo
the files are in a new location in the tree. Before we can decompose the driver
we must move it to its new location in the neutron tree.

A future patch will decompose (thin) the driver and add requirements.txt.

Partial-Bug: #1416713
Partially Implements: blueprint core-vendor-decomposition

Change-Id: If9d098bbbd571f53f945122e007d12d561295546
neutron/plugins/ml2/README
neutron/plugins/ml2/drivers/cisco/ncs/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/ncs/driver.py [moved from neutron/plugins/ml2/drivers/mechanism_ncs.py with 100% similarity]
neutron/plugins/ml2/drivers/opendaylight/driver.py
neutron/tests/unit/ml2/drivers/cisco/ncs/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/ncs/test_mechanism_ncs.py [moved from neutron/tests/unit/ml2/test_mechanism_ncs.py with 92% similarity]
setup.cfg