neutron/releasenotes/notes/fix-ipv6-auto-allocation-with-segments-b90e99a30d096c9d.yaml
Harald Jensås c8f2a30983 Reno only - Make stateless allocation segment aware
This add's a releasenote for changes:
 * https://review.opendev.org/709444
 * https://review.opendev.org/710546
 * https://review.opendev.org/710547

Related-Bug: #1864225
Related-Bug: #1864333
Related-Bug: #1865138
Change-Id: Idc7819340b37bee8ae7841d14d0143fb18ac362a
2020-03-19 23:40:33 +00:00

10 lines
433 B
YAML

---
fixes:
- |
Fixed an issue where IP allocation for IPv6 stateless subnets would allocate
on invalid subnets when segments are used. Auto-addressing now filters on
segment ids when allocating IP addresses. See bugs:
`#1864225 <https://bugs.launchpad.net/neutron/+bug/1864225>`_,
`#1864333 <https://bugs.launchpad.net/neutron/+bug/1864333>`_,
`#1865138 <https://bugs.launchpad.net/neutron/+bug/1865138>`_.