Comment 1 for bug 1689943

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

Reviewed: https://review.openstack.org/463870
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=b6de4720db0c0e23ac2bd6d26b585c8dc8ca612d
Submitter: Jenkins
Branch: master

commit b6de4720db0c0e23ac2bd6d26b585c8dc8ca612d
Author: Winson Chan <email address hidden>
Date: Wed May 10 21:31:42 2017 +0000

    Fix WSGI script for gunicorn

    The previous patch to add support for apache breaks gunicorn. The gunicorn
    setup loads the mistral.api.wsgi module and requires the application
    variable be assigned. The support for apache make the assumption that the
    mistral.api.wsgi be called as a python script. This patch moves the init
    function required by apache to a different location.

    Change-Id: Ib5af50a55d3f3bb9d0fa0d1ee6b8e7564f909d70
    Closes-Bug: #1689943