puppet-keystone/releasenotes/notes/uwsgi-0ba5d20114a3d054.yaml
Thomas Goirand 4fc3eb01e5 Add support for keystone_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 Keystone. Therefore, this patch adds a new
keystone_uwsgi_config provider as well as a new keystone::wsgi::uwsgi
class.

This is, hopefully, the first of a long series of patches for
the whole puppet-openstack to add uwsgi support.

Change-Id: I7df39cd3ab18967946afb2954cfa9afd8aa46d72
2021-04-06 20:42:50 +09:00

8 lines
294 B
YAML

---
features:
- |
A new class keystone::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 keystone_wsgi_config provider now exist.