Files
puppet-nova/releasenotes/notes/uwsgi-a9f90e3a5148a7f7.yaml
Thomas Goirand 8334bd3666 Add support for nova_api_{metadata_,}uwsgi_config in Debian
This patch is adding the configuration of the number of workers,
threads, and the size of the listen queue in Debian, which uses
uwsgi to run Nova API and api-metadata. Therefore, this patch adds
two new nova_api_uwsgi_config and nova_api_metadata_uwsgi_config
providers as well as two new nova::wsgi::uwsgi_api and
nova::wsgi::uwsgi_api_metadata classes.

Change-Id: Idd141edc5cddcfd79cf23e2041dbd1ce6a8252a8
2021-04-11 00:19:00 +02:00

9 lines
373 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. Also, two new nova_api_uwsgi_config and
nova_api_metadata_uwsgi_config provider now exist.