neutron/releasenotes/notes/add-wsgi-script-support-e611fa5b5c2043a5.yaml
Victor Morales 429703a9a8 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: Ie9bb8b33f6e1335219e574d832ac264b043d90e6
Partial-Bug: #1666779
Co-Authored-By: Brandon Logan <brandon.logan@rackspace.com>
Co-Authored-By: Ihar Hrachyshka <ihrachys@redhat.com>
2017-04-17 02:07:27 +00:00

8 lines
263 B
YAML

---
prelude: >
This release adds support for running Neutron API component with a ``mod_wsgi``
compatible web server.
features:
- Neutron API can now be managed by a ``mod_wsgi`` compatible web server (e.g.
``apache2`` (``httpd``), ``nginx``, etc.)