085cf1c2e3
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
6 lines
169 B
YAML
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.
|