]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco Nexus ML2 Vendor decomposition
authorSam Betts <sam@code-smash.net>
Wed, 4 Feb 2015 15:58:42 +0000 (15:58 +0000)
committerSam Betts <sam@code-smash.net>
Fri, 20 Feb 2015 12:01:13 +0000 (12:01 +0000)
commitc7eb48feeae5f61068453195b68dc8f35526f74a
tree62701cd215e3958f7c2a89e247359dd4dfc99e96
parent4b11655b95ec35ae8ca426c0a557a0f2883010d1
Cisco Nexus ML2 Vendor decomposition

This adds a thin shim replacing the Cisco Nexus mech driver so that it
may use the code now stored in the networking-cisco stackforge. The code
for this driver that has been moved into the stackforge is also removed by
this patch.

Partial-Implements: blueprint core-vendor-decomposition
Change-Id: Ib88fd121509e96be42fb0bd22422ccaa7d4eb0f1
Closes-Bug: 1419010
14 files changed:
neutron/plugins/ml2/drivers/cisco/nexus/README [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/config.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/constants.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/exceptions.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py
neutron/plugins/ml2/drivers/cisco/nexus/nexus_db_v2.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/nexus_snippets.py [deleted file]
neutron/plugins/ml2/drivers/cisco/nexus/requirements.txt [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/cisco/nexus/__init__.py [deleted file]
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_config.py [deleted file]
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_mech.py [deleted file]
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_nexus.py [deleted file]
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_nexus_db.py [deleted file]