tripleo-heat-templates/releasenotes/notes/cinder-add-timeout-parameters-54550a6e1c11c0b9.yaml
Alan Bishop 3af965d6d2 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
2021-02-24 13:44:35 -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.