]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:30 +0000 (15:20 +0800)
commit504d9f470876aabeca6e972d5bb0794a3482e2cc
tree24e6121d61751fb290f90560dbcdd33b7e2b8b9e
parent07c758fd5da89fc2360634bd72e2b920cb7d452e
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]