
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 Aodh API. Therefore, this patch adds a new cloudkitty_api_uwsgi_config provider as well as a new cloudkitty::wsgi::uwsgi class. Change-Id: I5d0635800d26327fbdbaa33299927f92eb651fc8
8 lines
302 B
YAML
8 lines
302 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class cloudkitty::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 cloudkitty_api_wsgi_config provider now exist.
|