076aaac87f
Currently, is_valid_ipv6 accepts ipv6 addresses with scope. However, there are functions that won't accept an address with scope. An example of this would be the netaddress.IPAdress() function used in Neutron. Related-Bug: #2073894 Change-Id: If2757dfc91f5b4c8257dee49d6da1e216b3e7cd8
8 lines
266 B
YAML
8 lines
266 B
YAML
---
|
|
features:
|
|
- |
|
|
`Bug #2073894 <https://bugs.launchpad.net/oslo.utils/+bug/2073894>`_:
|
|
Added the netutils.get_noscope_ipv6() function in order to fix errors
|
|
related to IPv6 address formatting that can happen when using an IPv6
|
|
defined with scope.
|