nova/releasenotes/notes/retrieve_physical_network_from_multi-segment-eec5a490c1ed8739.yaml
Sean Mooney 6314f09ed4 [codespell] apply codespell to the releasenotes
this change fixes the typos in the releasenotes
"""
codespell --ignore-words=doc/dictionary.txt -i 3 -w  releasenotes/
"""

Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
2023-10-03 01:17:21 +01:00

9 lines
412 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
combination of vxlan and vlan segments. Additional work will be required to
support a case of multiple vlan segments associated with different
physical networks.