]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cisco Nexus1000V ML2 Mechanism Driver
authorAbhishek Raut <abhraut@cisco.com>
Thu, 19 Feb 2015 02:37:29 +0000 (18:37 -0800)
committerSandhya Dasu <sadasu@cisco.com>
Wed, 25 Mar 2015 16:57:04 +0000 (16:57 +0000)
commit81ac74359ce08a252dd8935b44ba3975a96c66ff
tree1ae4fc51ff4ace5184586f116dff46ccf43c53af
parent88f7e3aed68e3abf6f9d97c26ad9ba6d01d34e7b
Cisco Nexus1000V ML2 Mechanism Driver

Introduces the Cisco Nexus1000V Mechanism driver for ML2 plugin.
All the vendor specific code resides in stackforge repo networking-cisco.

Closes-Bug: #1425632
Partial-Implements: blueprint core-vendor-decomposition

Change-Id: I66bf83f45bf1e0269d0876196f6aa032b0fa859f
Co-Authored-By: Steven Hillman <sthillma@cisco.com>
12 files changed:
etc/neutron/plugins/ml2/ml2_conf_cisco.ini
neutron/db/migration/alembic_migrations/versions/589f9237ca0e_cisco_n1kv_ml2_driver_tables.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/migration/models/head.py
neutron/plugins/ml2/drivers/cisco/n1kv/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/n1kv/extensions/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/n1kv/extensions/n1kv.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/n1kv/mech_cisco_n1kv.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/n1kv/n1kv_ext_driver.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/n1kv/n1kv_models.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/cisco/requirements.txt [new file with mode: 0644]
setup.cfg