
We should not tweak the number of threads, nova-api is only mono-threaded and will currently refuse to work with anything else than 1. So this patch sets 1 by default, and warns if wsgi::uwsgi is called with something else. Change-Id: Ib109175b2e1a9f9f6b96355d29f9f9a95c303957
10 lines
458 B
YAML
10 lines
458 B
YAML
---
|
|
features:
|
|
- |
|
|
Two new calsses nova::wsgi::wsgi_api and nova::wsgi::wsgi_api_metadata
|
|
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. Please note that currently, nova does not
|
|
support anything else than threads=1. Also, two new nova_api_uwsgi_config
|
|
and nova_api_metadata_uwsgi_config provider now exist.
|