cyborg/cyborg/api
Yumeng Bao e3746dd7b4 Add WSGI support script for cyborg API
Control Plane API endpoints deployment via WSGI [1] was a community goal
in Pike release. This method provides a series of advantages over that
of running api via a Python command that runs a web server.

This patch add scripts for running API services via WSGI.
The follow-up patch will add the devstack install support.

[1]https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi.html

Change-Id: Ifb0ae2fa2143236fb9b38d230f2604e4e560e66e
2018-10-20 08:37:53 +00:00
..
controllers Quota usage support in Cyborg 2018-08-15 21:08:51 +08:00
middleware Load cyborg-api app with paste_deploy 2018-06-07 21:42:52 +08:00
__init__.py Add Pecan/WSME framework for API 2017-07-21 10:00:04 +08:00
app.py Load cyborg-api app with paste_deploy 2018-06-07 21:42:52 +08:00
config.py add cyborg-conductor & db 2017-08-21 09:25:48 +08:00
expose.py Add Pecan/WSME framework for API 2017-07-21 10:00:04 +08:00
hooks.py Load cyborg-api app with paste_deploy 2018-06-07 21:42:52 +08:00
wsgi_app.py Add WSGI support script for cyborg API 2018-10-20 08:37:53 +00:00