ironic-python-agent/releasenotes/notes/ip6-addresses-1c2b9bcd9a124de7.yaml
Derek Higgins 9f5f664080 Advertise the correct address when using IPv6
Parse the output of "ip route get $IP" taking
IPv6 into consideration. Also wrap the IP address
in square brackets if it is IPv6.

Change-Id: Ifc44e5aa3c5b814b6ceba04461bb68fe1d75c22b
Closes-Bug: #1650533
2017-01-11 11:00:56 +00:00

7 lines
215 B
YAML

---
fixes:
- Ironic Python Agent now correctly detects its IPv6 address
if communicating with ironic over IPv6. This address is also
wrapped in square brackets if the address being advertised
is IPv6.