]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove the Cisco Nexus monolithic plugin
authorPritesh Kothari <pritesh.kothari@cisco.com>
Thu, 21 Aug 2014 06:51:16 +0000 (23:51 -0700)
committerMark McClain <mmcclain@yahoo-inc.com>
Fri, 12 Sep 2014 20:49:39 +0000 (16:49 -0400)
commit825a90bdb4ff2b6c08ef6717d350cc8b9d654120
tree2ff3c42c6d63f43841c01201c873b23c13a1f7e4
parent22c1a5e7d33856c3f50925ddbc930ee97a84476d
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
23 files changed:
etc/neutron/plugins/cisco/cisco_plugins.ini
neutron/db/migration/alembic_migrations/versions/1680e1f0c4dc_remove_cisco_nexus_plugin.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/migration/models/head.py
neutron/plugins/cisco/common/cisco_constants.py
neutron/plugins/cisco/common/config.py
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/db/network_db_v2.py
neutron/plugins/cisco/db/nexus_db_v2.py [deleted file]
neutron/plugins/cisco/db/nexus_models_v2.py [deleted file]
neutron/plugins/cisco/models/virt_phy_sw_v2.py
neutron/plugins/cisco/nexus/__init__.py [deleted file]
neutron/plugins/cisco/nexus/cisco_nexus_network_driver_v2.py [deleted file]
neutron/plugins/cisco/nexus/cisco_nexus_plugin_v2.py [deleted file]
neutron/plugins/cisco/nexus/cisco_nexus_snippets.py [deleted file]
neutron/plugins/cisco/test/__init__.py [deleted file]
neutron/plugins/cisco/test/nexus/__init__.py [deleted file]
neutron/plugins/cisco/test/nexus/fake_nexus_driver.py [deleted file]
neutron/tests/unit/cisco/test_config.py [deleted file]
neutron/tests/unit/cisco/test_network_plugin.py [deleted file]
neutron/tests/unit/cisco/test_nexus_db.py [deleted file]
neutron/tests/unit/cisco/test_nexus_plugin.py [deleted file]
neutron/tests/unit/cisco/test_plugin_model.py [deleted file]