Comment 3 for bug 1666779

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/409351
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=429703a9a8781c38c709551a3cfed35ca3d2c574
Submitter: Jenkins
Branch: master

commit 429703a9a8781c38c709551a3cfed35ca3d2c574
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: Ie9bb8b33f6e1335219e574d832ac264b043d90e6
    Partial-Bug: #1666779
    Co-Authored-By: Brandon Logan <email address hidden>
    Co-Authored-By: Ihar Hrachyshka <email address hidden>