f5c124170a
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 Placement API. Therefore, this patch adds a new placement_api_uwsgi_config provider as well as a new placement::wsgi::uwsgi class. Change-Id: I6e340f551d11e3c003f7873a4ccffba262411e52
8 lines
301 B
YAML
8 lines
301 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class placement::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 placement_api_uwsgi_config provider now exist.
|