octavia/releasenotes/notes/Remove-netaddr-requirement-0ce7f8605a86172a.yaml
Michael Johnson 085cf1c2e3 Remove netaddr module requirement
This patch removes the 'netaddr' module from the Octavia requirements list.
It replaces the use of netaddr in Octavia with the python standard library 'ipaddress' module.
It also increase unit test coverage for the impacted functions.

Change-Id: I9ec023116417e5c8850395d4c06db63e5be1c022
2022-07-20 23:46:49 +00:00

6 lines
169 B
YAML

---
other:
- |
The netaddr python module has been removed as an Octavia requirement. It
has been replaced with the python standard library 'ipaddress' module.