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
This commit is contained in:
Harald Jensås 2020-03-04 10:41:35 +01:00
parent d9b69ad348
commit c8f2a30983
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
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>`_.