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
This commit is contained in:
Jesse Pretorius 2018-08-09 14:39:32 +01:00
parent db7d6d440a
commit dc0788dab3
1 changed files with 3 additions and 0 deletions

View File

@ -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