This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 3af965d) (cherry picked from commit a14752c12a13ea48e4f4631b8a8bf48427dd4b4d)
- Loading branch information
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/cinder-add-timeout-parameters-54550a6e1c11c0b9.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
features: | ||
- | | ||
New ``CinderRpcResponseTimeout`` and ``CinderApiWsgiTimeout`` parameters | ||
provide a means for configuring Cinder's RPC response and WSGI connection | ||
timeouts, respectively. |