4fc3eb01e5
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
8 lines
294 B
YAML
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.
|