nova/releasenotes/notes/retrieve_physical_network_from_multi-segment-eec5a490c1ed8739.yaml
Vladik Romanovsky b9d9d96a40 neutron: retrieve physical network name from a multi-provider network
Multi-provider networks are a combination of vxlan and vlan networks.
such a network has a special "segments" field that holds a list
of networks. Each element of this list has the same structure as the 'provider
network attributes'.
These attributes are:
- provider:network_type
- provider:physical_network
- provider:segmentation_id

This patch will retrieve the relevant physical network name from a
multi-provider network

Change-Id: Icb9a546e6fcbf399fcef3e9ea686b35ec3817cd5
Closes-Bug: #1659467
2017-05-03 21:25:22 -04:00

9 lines
411 B
YAML

---
fixes:
- Physical network name will be retrieved from a multi-segement network.
The current implementation will retrieve the physical network name for the
first segment that provides it. This is mostly intended to support a
combinatin of vxlan and vlan segments. Additional work will be required to
support a case of multiple vlan segments associated with different
physical networks.