puppet-magnum/releasenotes/notes/uwsgi-e2e776b8d7047c78.yaml
Thomas Goirand 1d7cfa3005 Add support for magnum_api_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 Magnum API. Therefore, this patch adds a new
magnum_api_uwsgi_config provider as well as a new
magnum::wsgi::uwsgi class.

Change-Id: Ibd80cee59c3a2b501e8dae1b5da4f651b6ac779d
2021-04-12 21:15:26 +02:00

8 lines
295 B
YAML

---
features:
- |
A new class magnum::wsgi::uwsgi 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, a new magnum_api_uwsgi_config provider now exist.