]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add ML2 VLAN mechanism driver for Brocade MLX and ICX switches.
authorAngela Smith <aallen@brocade.com>
Tue, 10 Feb 2015 23:38:37 +0000 (15:38 -0800)
committerAngela Smith <aallen@brocade.com>
Wed, 18 Mar 2015 01:42:34 +0000 (18:42 -0700)
commit1678b55dcecf8d8fb4bb3e523a2047d3db7b9dee
tree81f8c0ddc8b89dfb5095e786cbbb639f2d6f9fce
parentc0a032f7e0155767701ee40542af025c5bfc65bf
Add ML2 VLAN mechanism driver for Brocade MLX and ICX switches.

This thin driver will introduce VLAN support on Brocade MLX and ICX
switches.  Vendor specific driver implementation will reside in a
separate repository.

Partial-Bug: 1420045

Change-Id: Ia5af6c2e9b52129749c17db53d1d3891d42ec7f1
etc/neutron/plugins/ml2/ml2_conf_brocade_fi_ni.ini [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/fi_ni/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/brocade/fi_ni/mechanism_brocade_fi_ni.py [new file with mode: 0644]
setup.cfg