From 078c82b03456d46641a3ec05e3d14bd3ac6d1cd5 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Fri, 9 Dec 2022 09:14:14 -0500 Subject: [PATCH] Increase thread/process to 2 for keystone Change-Id: I064ca9e123e1617d392cf0409da91a421693a1f5 --- .../roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 277a093e32..50ad074989 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -59,8 +59,8 @@ keystone_httpd_mpm_min_spare_threads: 5 keystone_httpd_mpm_max_spare_threads: 10 keystone_httpd_mpm_thread_limit: 15 keystone_httpd_mpm_thread_child: 15 -keystone_wsgi_threads: 1 -keystone_wsgi_processes: 1 +keystone_wsgi_threads: 2 +keystone_wsgi_processes: 2 ## Barbican barbican_wsgi_processes: 1