]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 Mechanism Driver for Cisco Nexus
authorRich Curran <rcurran@cisco.com>
Wed, 21 Aug 2013 21:43:12 +0000 (17:43 -0400)
committerRich Curran <rcurran@cisco.com>
Wed, 4 Sep 2013 18:10:33 +0000 (14:10 -0400)
commitb6d0c40f20a74d61fc1f34a2a948fbeb838fdf45
tree9ac1eb2adeb1f3ba91d406ecd1521b37ce1bc849
parent062ee16e09fb2ba7d89a80bdeb8de1eee978ac2e
ML2 Mechanism Driver for Cisco Nexus

Port of the quantum/plugin/cisco/nexus plugin to run under the Modular
Layer 2 (ML2) infrastructure as defined in
https://blueprints.launchpad.net/quantum/+spec/ml2-mechanism-drivers

Implements blueprint ml2-md-cisco-nexus

Change-Id: Ifdd03bec554a08266de859387f1901858a3be4a1
17 files changed:
etc/neutron/plugins/ml2/ml2_conf_cisco.ini [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/51b4de912379_cisco_nexus_ml2_mech.py [new file with mode: 0755]
neutron/plugins/ml2/drivers/cisco/README [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/config.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/constants.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/credentials_v2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/exceptions.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/mech_cisco_nexus.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/network_db_v2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/network_models_v2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/nexus_db_v2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/nexus_models_v2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/nexus_network_driver.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/nexus_snippets.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/test_cisco_mech.py [new file with mode: 0644]
setup.cfg