429703a9a8
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>
8 lines
263 B
YAML
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.)
|