Comment 5 for bug 1513005

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

Reviewed: https://review.openstack.org/430851
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=5d22cfe1a8f12fad83526fa7c75cb669e2f3a8ce
Submitter: Jenkins
Branch: master

commit 5d22cfe1a8f12fad83526fa7c75cb669e2f3a8ce
Author: anascko <email address hidden>
Date: Wed Feb 8 13:36:55 2017 +0200

    Add wsgi handling to ironic-api in devstack

    Adds handling of running ironic API under Apache as WSGI app to
    devstack plugin.

    New variable IRONIC_USE_MOD_WSGI (False by default) is added.
    Another new variable IRONIC_WSGI_DIR (default is distro specific) is
    also added, which specifies location for WSGI scripts.

    Change-Id: I9c5ad56e1acd292ff0f9cc9b460125fc420abda5
    Closes-Bug: #1513005