0b3d363ac0
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 Neutron API. Therefore, this patch adds a new neutron_api_uwsgi_config provider as well as a new neutron::wsgi::uwsgi class. Change-Id: Iaa4171c05586ddca9fd3af1b4a78adfbe4105bab
8 lines
296 B
YAML
8 lines
296 B
YAML
---
|
|
features:
|
|
- |
|
|
A new class neutron::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 neutron_api_wsgi_config provider now exist.
|