]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add support for flat networks in SRIOV Mechanism Driver
authorIrena Berezovsky <irenab@mellanox.com>
Thu, 18 Dec 2014 04:34:59 +0000 (06:34 +0200)
committerIrena Berezovsky <irenab@mellanox.com>
Tue, 30 Dec 2014 07:57:19 +0000 (09:57 +0200)
commitbaadeab8c16966d9f47949f216e0fa2ae57960b9
tree97f76f303bc0ebf9155cc315412cab75cb160d4d
parente5012801e25de4c12da25ba38916fdad08ee1e6c
Add support for flat networks in SRIOV Mechanism Driver

Allow flat network segment to be bound by SRIOV Mechanism Driver.
Populate vif_details with vlan_id = 0 to support flat networking
(according to man page of ip command).

Change-Id: Ibbe2db51ed370f416e81d90d203049e7c39eff5b
Closes-Bug: 1403626
neutron/plugins/ml2/drivers/mech_sriov/exceptions.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_sriov/mech_driver.py
neutron/tests/unit/ml2/drivers/mech_sriov/test_mech_sriov_nic_switch.py