]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implementaion of Mechanism driver for
authorShiv Haris <sharis@brocade.com>
Thu, 5 Dec 2013 02:02:17 +0000 (18:02 -0800)
committerShiv Haris <sharis@brocade.com>
Tue, 4 Mar 2014 23:31:36 +0000 (15:31 -0800)
commit0b5a2fac5d0f7898ac89f64d11b263dd98dc2a50
tree9ec72f1481ce75397be58d15f3a5816fe20657d8
parentfe76c155fd7c3b5b6b4fd4abb6867525b84ca2cb
Implementaion of Mechanism driver for
Brocade VDX cluster of switches

Change-Id: Ic1649f7cee73a41f286e12d8ba6ca30be6261cfe
Implements: blueprint brocade-ml2-mechanism-driver
14 files changed:
etc/neutron/plugins/ml2/ml2_conf.ini
etc/neutron/plugins/ml2/ml2_conf_brocade.ini [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/492a106273f8_brocade_ml2_mech_dri.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/README.md [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/db/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/db/models.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/nos/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/brocade/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/brocade/test_brocade_mechanism_driver.py [new file with mode: 0644]
setup.cfg