From dc0788dab3ca4666a30b8275b92330f311b0245e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 9 Aug 2018 14:39:32 +0100 Subject: [PATCH] AIO: Tune down the glance uwsgi processes Glance now uses uwsgi and we've forgotten to tune it down to limit the number of resources it uses in the AIO. We now do that. Change-Id: I0bab4ce44d04ede43e41b948d9b5c808e6bff448 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) 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 7a5bddba01..a8197161fa 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -61,6 +61,9 @@ glance_api_threads_max: 2 glance_api_threads: 1 glance_api_workers: 1 glance_registry_workers: 1 +glance_wsgi_threads: 1 +glance_wsgi_processes_max: 2 +glance_wsgi_processes: 2 ## Nova nova_wsgi_threads: 1