metalsmith/releasenotes/notes/allow-both-network-and-subnet-in-nic-info-af8b40a26d55828e.yaml
Harald Jensås 264836d59a Allow both 'network' and 'subnet' in NIC
Fixes and issue where a port cannot be created on
a specific subnet if there are multiple subnets
with the same name on different networks.

Allows both 'network' and 'subnet' in NIC information,
when looking up the subnet filter on the network_id when
both 'network' and 'subnet' is provided.

Story: 2009732
Task: 44152
Change-Id: Ied2d16ec33fe71522c3461d3df6e70fbfdd976b2
2022-02-01 09:50:41 +01:00

8 lines
235 B
YAML

---
fixes:
- |
It is now possible to create a port on a specific subnet also when multiple
subnets with the same name exist on different networks. See bug:
`2009732 <https://storyboard.openstack.org/#!/story/2009732>`_.