Enable murano API to run under WSGI
We should ensure, that murano allows running murano-api as a wsgi application under uwsgi and mod_wsgi.
Currently it seems that https:/
As a result of this BP we need to have a set of config/wsgi-app files that allow running all the murano-api services behind uwsgi. We should also clearly document all the steps required to setup this kind of deployments
Blueprint information
- Status:
- Complete
- Approver:
- Kirill Zaitsev
- Priority:
- High
- Drafter:
- Kirill Zaitsev
- Direction:
- Approved
- Assignee:
- zhurong
- Definition:
- New
- Series goal:
- Accepted for future
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- zhurong
- Completed by
- zhurong
Related branches
Related bugs
Sprints
Whiteboard
The community has set a community wide goal in Pike cycle:
"Control Plane API endpoints deployment via WSGI"
https:/
Completion Criteria
a). Provide WSGI application script file(s) (e.g. to be used by web
server). There shouldn't be any web server restriction and the
application could be deploying to any web server that support
WSGI applications.
b). Switch devstack jobs to deploy control-plane API services in
WSGI with Apache.
also see https:/
Gerrit topic: https:/
Addressed by: https:/
Add WSGI support script for murano API
Addressed by: https:/
Deploy murano-api via uwsgi
Addressed by: https:/
Deploy murano-api via uwsgi
Addressed by: https:/
[docs]Deploy murano api under WSGI server