Add a reno for the fixed address scope calculation

[0] Ic6d48a86043aaf4b458bb2230883a355fc841ee9

Change-Id: Ia3593a6d2183c7621a5a39bf1a3023fc28e0f5ed
This commit is contained in:
Dr. Jens Harbott 2023-03-03 14:33:16 +01:00
parent 075d251ed5
commit e9529f7dc5
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Fixes the iteration to obtain the address_scope linked to a subnet.
A network can be linked to more than one subnet (ipv4 and ipv6),
but if one of them does not have an address_scope, a null object
element access failure occured.
See bug `1998104 <https://bugs.launchpad.net/neutron/+bug/1998104>`_.