puppet-heat/releasenotes/notes/uwsgi-a869e4614db84313.yaml
Thomas Goirand 274e458478 Add support for heat_api_{cfn_,}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 Heat API and api-metadata. Therefore, this patch adds
two new heat_api_uwsgi_config and heat_api_cfn_uwsgi_config
providers as well as two new heat::wsgi::uwsgi_api and
heat::wsgi::uwsgi_api_cfn classes.

Change-Id: I0e226046f6e2d69c89681948cee8e8830c186489
2021-04-10 22:44:24 +02:00

10 lines
370 B
YAML

---
features:
- |
Two new classes heat::wsgi::uwsgi_api and heat::wsgi::uwsgi_api_cfn
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
heat_api_uwsgi_config and heat_api_cfn_uwsgi_config providers now
exist.