Expose neutron api application as a wsgi script
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
https:/
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 429703a9a8781c3
Author: Victor Morales <email address hidden>
Date: Fri Dec 9 16:03:38 2016 -0600
Expose neutron api application as a wsgi script
This can then be loaded into a wsgi compatible web server like
apache2/httpd or nginx.
DocImpact A new neutron-api script is installed, and can be used to
start either a standalone wsgi server (calling the script directly),
or as a wsgi script loaded by a web server (e.g. by httpd/mod_wsgi).
Change-Id: Ie9bb8b33f6e133
Partial-Bug: #1666779
Co-Authored-By: Brandon Logan <email address hidden>
Co-Authored-By: Ihar Hrachyshka <email address hidden>
Changed in neutron: | |
status: | New → Triaged |
importance: | Undecided → Medium |
IIUC, the documenting of running the API in wsgi env may require some work in order to collect the proper steps/docs/ sample- configs, etc.
Other projects have done some doc work in this area, for example [1][2].
That said this one may take a bit of work. In addition we might consider discussing what we should document (e.g. Apache mod wsgi?).
[1] https:/ /review. openstack. org/#/c/ 467491/ /review. openstack. org/#/c/ 478346/
[2] https:/