Increase number of threads to 2 for glance in AIO

This should allow haproxy healthcheck to succeed whilst a large image
upload is in progress.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/917838
Change-Id: Icb14a8e1734665128c3412d5fe58a41664816021
This commit is contained in:
Jonathan Rosser 2024-04-23 17:13:49 +01:00
parent d61a190e16
commit 8703192004

View File

@ -95,9 +95,9 @@ cloudkitty_wsgi_processes: 1
cloudkitty_wsgi_threads: 1
## Glance
glance_api_threads: 1
glance_api_threads: 2
glance_api_workers: 1
glance_wsgi_threads: 1
glance_wsgi_threads: 2
glance_wsgi_processes: 1
## Placement