]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Final decomposition of the ML2 NCS driver
authorHenry Gessau <gessau@cisco.com>
Wed, 12 Aug 2015 15:43:29 +0000 (11:43 -0400)
committerHenry Gessau <gessau@cisco.com>
Wed, 12 Aug 2015 15:50:11 +0000 (11:50 -0400)
Closes-Bug: #1484160
Related-Blueprint: core-vendor-decomposition

Depends-On: I713f2378050f514a427fb9937b2a1fc5cc48bd6f

Change-Id: I0a447fd5b176faf96fc0f5e164fa7a3b098ae74f

neutron/plugins/ml2/drivers/cisco/ncs/__init__.py [deleted file]
neutron/plugins/ml2/drivers/cisco/ncs/driver.py [deleted file]
setup.cfg

diff --git a/neutron/plugins/ml2/drivers/cisco/ncs/__init__.py b/neutron/plugins/ml2/drivers/cisco/ncs/__init__.py
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/neutron/plugins/ml2/drivers/cisco/ncs/driver.py b/neutron/plugins/ml2/drivers/cisco/ncs/driver.py
deleted file mode 100644 (file)
index 6f8b8a6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (c) 2013 OpenStack Foundation
-# All Rights Reserved.
-#
-#    Licensed under the Apache License, Version 2.0 (the "License"); you may
-#    not use this file except in compliance with the License. You may obtain
-#    a copy of the License at
-#
-#         http://www.apache.org/licenses/LICENSE-2.0
-#
-#    Unless required by applicable law or agreed to in writing, software
-#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-#    License for the specific language governing permissions and limitations
-#    under the License.
-
-"""
-ML2 Mechanism Driver for Cisco NCS.
-"""
-
-from networking_cisco.plugins.ml2.drivers.cisco.ncs import driver as cisco
-
-NCSMechanismDriver = cisco.NCSMechanismDriver
index 9cda3e8d214dfd257cb8923f3778296e6f7ec836..480710fd549afd13ace5ce10a274fa3caf8f9128 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -166,10 +166,6 @@ neutron.ml2.mechanism_drivers =
     linuxbridge = neutron.plugins.ml2.drivers.linuxbridge.mech_driver.mech_linuxbridge:LinuxbridgeMechanismDriver
     openvswitch = neutron.plugins.ml2.drivers.openvswitch.mech_driver.mech_openvswitch:OpenvswitchMechanismDriver
     hyperv = neutron.plugins.ml2.drivers.hyperv.mech_hyperv:HypervMechanismDriver
-    # Note: ncs and cisco_ncs point to the same driver entrypoint
-    # TODO: The old name (ncs) can be dropped when it is no longer used
-    ncs = neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver
-    cisco_ncs = neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver
     cisco_nexus = neutron.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver
     cisco_ucsm = neutron.plugins.ml2.drivers.cisco.ucsm.mech_cisco_ucsm:CiscoUcsmMechanismDriver
     l2population = neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver