ironic/releasenotes/notes/json-rpc-timeout-ac30eea164b3a294.yaml
Riccardo Pittau 15079e3c9c Prepare release notes and docs for release 15.1
Change-Id: I14ac07661b8741684dcf77ced9e782b57c947d79
2020-07-02 11:03:23 +02:00

8 lines
313 B
YAML

---
fixes:
- |
Fixes the JSON RPC backend potentially hanging on inability to connect
to a conductor. The default timeout is now 120 seconds. The timeout and
the number of retries can be adjusted via the configuration options
``[json_rpc]timeout`` and ``[json_rpc]connect_retries`` accordingly.