oslo.utils/releasenotes/notes/netutils-get_my_ipv6-c9f124374655326b.yaml
Brian Haley 650b31f8ea Add netutils.get_my_ipv6()
Analog to netutils.get_my_ipv4(), except will return an
IPv6 address on the local host.

Change-Id: I26812ca6eaaeff70796bafa9f735d15d80f1bc30
2023-05-24 13:58:29 +00:00

6 lines
113 B
YAML

---
features:
- |
New method ``netutils.get_my_ipv6()`` returns the IPv6 address
of the local machine.