tripleo-heat-templates/releasenotes/notes/rpc_reponse_timeout-6feb5f62819b2eaf.yaml
Takashi Kajinami 4dca2a4834 Allow tuning rpc_response_timeout
Sometimes we need to tune the rpc_response_timeout parameter to avoid
frequent error caused by tiemout, and it's useful to provide a native
interface to tune the timeout values.

Change-Id: I4e5c122540ff66a2782e557eb246adffcac16c99
2021-07-03 16:12:56 +09:00

16 lines
454 B
YAML

---
features:
- |
The following parmaeters have been added so that users can change timeout
for communication over rpc call.
- ``AodhRpcResponseTimeout``
- ``CeilometerRpcResponseTimeout``
- ``DesignateRpcResponseTimeout``
- ``HeatRpcResponseTimeout``
- ``IronicRpcResponseTimeout``
- ``ManilaRpcResponseTimeout``
- ``NeutronRpcResponseTimeout``
- ``NovaRpcResponseTimeout``
- ``OctaviaRpcResponseTimeout``