neutron/releasenotes
Vladimir Eremin aac460b0a7 Allow to use several nics for physnet with SR-IOV
Accordind specs and docs, SRIOV_NIC.physical_device_mappings is not
limited to be a 1-1 mapping between physnets and NICs. However,
implementation requires this. This bugfix unlocks 1-M mappings, so one
physnet could be managed by many NICs.

* introduced unique_keys in neutron.utils.parse_mappings
* SRIOV_NIC.physical_device_mappings is parsed as dict with lists as
  values with parse_mappings(..., unique_keys=False)

DocImpact
Change-Id: I07b8682fdfe8389a35893cc662b87c94a00bd4a5
Closes-Bug: #1558626
(cherry picked from commit 46ddaf4288)
2016-03-31 12:04:50 +00:00
..
notes Allow to use several nics for physnet with SR-IOV 2016-03-31 12:04:50 +00:00
source Add README with links on how to create release notes 2016-01-09 16:31:55 -08:00