]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Added support for NOS version 4.1.0, 5.0.0 and greater
authorShiv Haris <sharis@brocade.com>
Fri, 20 Jun 2014 22:05:10 +0000 (15:05 -0700)
committerShiv Haris <sharis@brocade.com>
Wed, 9 Jul 2014 20:25:01 +0000 (13:25 -0700)
commitf807023246501b77e792371d98b612b208f5e8e3
tree0dacb48f3b91b6be74ec907d3e9f8dfc0c676978
parentbcc0319e3198b61612281d04529c3e5ff092033e
Added support for NOS version 4.1.0, 5.0.0 and greater

NETCONF temaplates for NOS version greater than 4.1.0 are slightly
different (argh). An init time check of the NOS version is done
to enable selection of the correct NETCONF templates.

Change-Id: I01e82ad402fbbb25d92a99a3325ca2608dd514cb
Closes-bug: #1332719
etc/neutron/plugins/ml2/ml2_conf_brocade.ini
neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py
neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py
neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py
neutron/tests/unit/ml2/drivers/brocade/test_brocade_mechanism_driver.py