ironic/releasenotes/notes/port-in-conductor-a354a2665effca2e.yaml
Dmitry Tantsur e67f716063
Fix GET for conductors with a port or IPv6 address
Our validation does not expect a host-port pair, not having colons in
the hostname. We don't need to verify all possible cases: we will return
404 for a conductor that does not exist.

Change-Id: Iea65575f540a89a0de280fb730e430647c5733dc
2023-12-06 17:12:16 +01:00

8 lines
239 B
YAML

---
fixes:
- |
Fixes getting details of a conductor if it uses a non-standard JSON RPC
port or an IPv6 address as the name, e.g.
``GET /v1/conductors/[2001:db8::1]:8090``. Previously, it would result in
a HTTP error 400.