]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change tenant network type usage for IB Fabric
authorIrena Berezovsky <irenab@mellanox.com>
Thu, 16 Jan 2014 12:28:01 +0000 (14:28 +0200)
committerIrena Berezovsky <irenab@mellanox.com>
Mon, 24 Feb 2014 06:14:34 +0000 (08:14 +0200)
commit989246779d991b0ff910eac71538b8b7731c5246
tree526b58a384bacfec52c751a25da860c0e4c0b24c
parent4f6c33439b0d1d038e1149dfd3cb44a9e35481fb
Change tenant network type usage for IB Fabric

This patch changes tenant network type usage for InfiniBand Fabric
to vlan type. Add the indication of Fabric Type (Ethernet/InfiniBand)
to the provider_network via the plugin configuration file.
If physical network type is not specified for some provider network
listed in the network_vlan_ranges, use default physical network type.

Co-authored-by: Roey Chen <roeyc@mellanox.com>
Change-Id: Id45acfb8234359a43303c2eee2205a44998c039a
Closes-Bug: 1263638
etc/neutron/plugins/mlnx/mlnx_conf.ini
neutron/plugins/mlnx/agent/eswitch_neutron_agent.py
neutron/plugins/mlnx/common/config.py
neutron/plugins/mlnx/common/constants.py
neutron/plugins/mlnx/mlnx_plugin.py
neutron/tests/unit/mlnx/test_defaults.py
neutron/tests/unit/mlnx/test_mlnx_plugin_config.py [new file with mode: 0644]