bb69b667f0
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
18 lines
584 B
YAML
18 lines
584 B
YAML
---
|
|
features:
|
|
- |
|
|
Apache MPM tunable support has been added to the os-keystone
|
|
role in order to allow MPM thread tuning.
|
|
Default values reflect the current Ubuntu default settings:
|
|
|
|
.. code-block:: yaml
|
|
|
|
keystone_httpd_mpm_backend: event
|
|
keystone_httpd_mpm_start_servers: 2
|
|
keystone_httpd_mpm_min_spare_threads: 25
|
|
keystone_httpd_mpm_max_spare_threads: 75
|
|
keystone_httpd_mpm_thread_limit: 64
|
|
keystone_httpd_mpm_thread_child: 25
|
|
keystone_httpd_mpm_max_requests: 150
|
|
keystone_httpd_mpm_max_conn_child: 0
|