ironic/releasenotes/notes/json-rpc-bind-a0348cc6f5efe812.yaml
Dmitry Tantsur 18fdc447ef Make the JSON RPC server work with both IPv4 and IPv6
Binding to 0.0.0.0 by default results in inability to work with IPv6,
which is a probable cause of Bifrost gate failures on some nodepool
providers. Using :: solves it.

Change-Id: Ic5c4c9b541c826ccf3025877f7c829fd34d0be6e
2019-04-17 16:41:35 +02:00

6 lines
127 B
YAML

---
fixes:
- |
The internal JSON RPC server now binds to ``::`` by default, allowing it to
work correctly with IPv6.