003b8d6ab6
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 Cinder API. Therefore, this patch adds a new cinder_api_uwsgi_config provider as well as a new cinder::wsgi::uwsgi class. Change-Id: I6f4c6a51f8e33616069411a926a63ba2b388e25d
8 lines
294 B
YAML
8 lines
294 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class cinder::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 cinder_api_wsgi_config provider now exist.
|