Merge "Refresh Glance example configs for Victoria milestone 2"

This commit is contained in:
Zuul 2020-07-29 08:00:45 +00:00 committed by Gerrit Code Review
commit cfbe5f7630
1 changed files with 26 additions and 0 deletions

View File

@ -5582,3 +5582,29 @@
# its actual default value may vary from the one documented
# below.
#conversion_format = raw
[wsgi]
#
# From glance.api
#
#
# The number of threads (per worker process) in the pool for processing
# asynchronous tasks. This controls how many asynchronous tasks (i.e. for
# image interoperable import) each worker can run at a time. If this is
# too large, you *may* have increased memory footprint per worker and/or you
# may overwhelm other system resources such as disk or outbound network
# bandwidth. If this is too small, image import requests will have to wait
# until a thread becomes available to begin processing. (integer value)
# Minimum value: 1
#task_pool_threads = 16
#
# Path to the python interpreter to use when spawning external
# processes. By default this is sys.executable, which should be the
# same interpreter running Glance itself. However, in some situations
# (i.e. uwsgi) this may not actually point to a python interpreter
# itself. (string value)
#python_interpreter = /bin/python