
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 Manila API. Therefore, this patch adds a new manila_api_uwsgi_config provider as well as a new manila::wsgi::uwsgi class. Change-Id: I2e50cd3ea3a76b2ca294867ca97f895b93b21f1f
8 lines
295 B
YAML
8 lines
295 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class manila::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 manila_api_uwsgi_config provider now exist.
|