19b028e660
This patch introduces a global keep alive timeout value for services that leverage httpd + wsgi to handle http/https requests. The default value is one minute. Change-Id: Icf7cb0baf86b428a60a7e9bbed642999711865cd Partially-Implements: blueprint add-ssl-internal-network
7 lines
210 B
YAML
7 lines
210 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
|
|
keep-alive timeout for services that use httpd to handle HTTP requests.
|
|
The default value is 60 seconds.
|