openstack-ansible-os_sahara/releasenotes/notes/sahara_uwsgi-41e7e0a91a3f8c33.yaml
Andy McCrae 55f437b447 Implement uWSGI for sahara-api
As part of the Pike goals we are moving api services to run as WSGI
apps. sahara-api service is set up as a wsgi app, and this patch
moves it over.

Since this is just a drop in replacement for the existing eventlet
service, operators an deployers should notice no difference.

Change-Id: Ie4826358d5ee1686ad9ea7fa9eb0441acff565f2
Implements: blueprint goal-deploy-api-in-wsgi
2017-08-11 10:27:36 +01:00

16 lines
617 B
YAML

---
features:
- The ``sahara-api`` service has moved to run as a
uWSGI application. You can set the max number of
WSGI processes, the number of processes, threads,
and buffer size utilizing the
``sahara_wsgi_processes_max``,
``sahara_wsgi_processes``, ``sahara_wsgi_threads``,
and ``sahara_wsgi_buffer_size``.
Additionally, you can override any settings in the
uWSGI ini configuration file using the
``sahara_api_uwsgi_ini_overrides`` setting.
The uWSGI application will listen on the address
specified by ``sahara_uwsgi_bind_address`` which
defaults to ``0.0.0.0``.