From c13e2310593fcfb32f7563dd22d9e3a8415ae4cd Mon Sep 17 00:00:00 2001 From: Pritesh Kothari Date: Wed, 20 Aug 2014 23:51:16 -0700 Subject: [PATCH] Remove the Cisco Nexus monolithic plugin The Cisco Nexus monolithic plugin does not work without the Open vSwitch plugin. The Open vSwitch plugin is scheduled to be removed as per #1323729. This patch removes the Nexus Hardware switch related plugin code. The N1KV virtual switch related code will still remain in the tree as it doesn't depend on Open vSwitch plugin. Closes-Bug: #1350387 Change-Id: I2542e92c25e9280e975c3903afb9114e850a966a --- neutron/db/migration/models/head.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron/db/migration/models/head.py b/neutron/db/migration/models/head.py index 47cb2630..da206bc3 100644 --- a/neutron/db/migration/models/head.py +++ b/neutron/db/migration/models/head.py @@ -53,7 +53,6 @@ from neutron.plugins.brocade.db import models as brocade_models # noqa from neutron.plugins.cisco.db.l3 import l3_models # noqa from neutron.plugins.cisco.db import n1kv_models_v2 # noqa from neutron.plugins.cisco.db import network_models_v2 # noqa -from neutron.plugins.cisco.db import nexus_models_v2 # noqa from neutron.plugins.hyperv import model # noqa from neutron.plugins.linuxbridge.db import l2network_models_v2 # noqa from neutron.plugins.metaplugin import meta_models_v2 # noqa