We are pleased to announce the release of: openstack-ansible-os_keystone 13.2.0: os_keystone for OpenStack Ansible For more details, please see below. 13.2.0 ^^^^^^ New 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: 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 Changes in openstack-ansible-os_keystone 13.1.4..13.2.0 ------------------------------------------------------- 537d8e9 Add support to tune the keystone apache MPM settings Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 10 ++++++++++ ...one-apache-mpm-tunable-support-1c72f2f99cd502bc.yaml | 17 +++++++++++++++++ tasks/keystone_apache.yml | 3 ++- templates/keystone-httpd-mpm.conf.j2 | 9 +++++++++ 4 files changed, 38 insertions(+), 1 deletion(-)
participants (1)
-
no-reply@openstack.org