ironic/releasenotes/notes/json-rpc-ipv6-host-30eca350f34bc091.yaml
Zane Bitter 85b4892886 json-rpc: surround IPv6 address with [] in conductor URL
If the conductor's host option is configured to be an IPv6 address, we
need to surround it with [] when incorporating it in a URL to contact
the conductor over json-rpc.

Change-Id: Ib3bc4c570ec0f2e5c73e3ce15b05684b8e4c1ff9
Story: 2008288
Task: 41166
2020-10-27 11:22:12 -04:00

7 lines
220 B
YAML

---
fixes:
- |
When configured to use json-rpc, the ``[DEFAULT].host`` configuration
option to ironic-conductor can now be set to an IPv6 address. Previously
it could only be an IPv4 address or a DNS name.