
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
9 lines
350 B
YAML
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.
|