Files
masakari/releasenotes/notes/wsgi-applications-3ed7d6b89f1a5785.yaml
dineshbhor 5bbd78e326 Deploy masakari-api with uwsgi
As per community goal [1], this patch allows deploying
masakari-api with uwsgi.

NOTE:
This patch takes reference from the nova implementation of deploying
nova-api with uwsgi.

[1] https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi.html
Change-Id: I469d4b6df49ad3489722feae0b795c20a6a3913b
2018-05-25 00:35:04 -07:00

9 lines
350 B
YAML

---
upgrade:
- |
WSGI application script ``masakari-wsgi`` is now available. It allows
running the masakari APIs using a WSGI server of choice (for example
nginx and uwsgi, apache2 with mod_proxy_uwsgi or gunicorn).
The eventlet-based servers are still available, but the WSGI options will
allow greater deployment flexibility.