ironic-inspector/releasenotes/notes/bug-2036455-bd3f6381b78c20db.yaml
Harald Jensås 278ba52bf9
Handle bracketed IPv6 redfish_address
If redfish_address is in brackets, unwrap it
and check that it is a valid IPv6 address.
If that is the case use the unwrapped address
to avoid "Name or service not known".

Closes-Bug: #2036455
Change-Id: I0d194091be22e8401d379b7ffa720f8004cca3d0
2023-09-19 14:59:44 +02:00

8 lines
219 B
YAML

---
fixes:
- |
Fixes an issue where inspection would fail if an IPv6 address wrapped in
brackets is used for the redfish BMC address. See bug:
`2036455 <https://bugs.launchpad.net/ironic/+bug/2036455>`_.