0edb3b1831
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. Therefore, this patch adds a new barbican_api_uwsgi_config provider as well as a new barbican::wsgi::uwsgi class. Change-Id: I3acdc3021e787ae1bc5e4ed3c464d530bfbde50a
8 lines
298 B
YAML
8 lines
298 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class barbican::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 barbican_api_wsgi_config provider now exist.
|