ironic/releasenotes/notes/json-rpc-timeout-ac30eea164b3a294.yaml
Dmitry Tantsur 14524c265b Add timeout and retries to JSON RPC client
The necessary options are already in keystoneauth, but have empty
defaults. This patch changes timeout to 15 and adds 2 retries by default.

Change-Id: Idf8cfa54b77be6f5127d2c9d587a427aa0898802
2020-05-06 17:02:01 +02:00

8 lines
310 B
YAML

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