tripleo-heat-templates/releasenotes/notes/cinder-add-timeout-parameters-54550a6e1c11c0b9.yaml
Alan Bishop bb7b27b90f Support configuring cinder's RPC and WSGI timeouts
New CinderRpcResponseTimeout and CinderApiWsgiTimeout parameters
support configuring cinder's corresponding RPC response and WSGI
connection timeouts. The default values (60s each) match the existing
defaults.

Change-Id: I66b472d37041f67907691f55c153ff880093e4bc
(cherry picked from commit 3af965d6d2)
2021-03-07 19:07:24 -08:00

7 lines
203 B
YAML

---
features:
- |
New ``CinderRpcResponseTimeout`` and ``CinderApiWsgiTimeout`` parameters
provide a means for configuring Cinder's RPC response and WSGI connection
timeouts, respectively.