Files
puppet-nova/releasenotes/notes/uwsgi-a9f90e3a5148a7f7.yaml
Thomas Goirand f7be71fd20 Debian: uwsgi/threads with 1 as default
We should not tweak the number of threads, nova-api is only
mono-threaded and will currently refuse to work with anything
else than 1.

So this patch sets 1 by default, and warns if wsgi::uwsgi is
called with something else.

Change-Id: Ib109175b2e1a9f9f6b96355d29f9f9a95c303957
2021-04-21 17:08:01 +02:00

10 lines
458 B
YAML

---
features:
- |
Two new calsses nova::wsgi::wsgi_api and nova::wsgi::wsgi_api_metadata
exist to allow configuring uwsgi in operating systems that support this
(ie: currently Debian). This helps configuring the number of processes,
threads, and listen socket. Please note that currently, nova does not
support anything else than threads=1. Also, two new nova_api_uwsgi_config
and nova_api_metadata_uwsgi_config provider now exist.