Comment 5 for bug 1719260

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

Reviewed: https://review.openstack.org/507067
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=b27396db660e1fbef82f5dc20c7fd74d09fa9598
Submitter: Zuul
Branch: master

commit b27396db660e1fbef82f5dc20c7fd74d09fa9598
Author: Vasyl Saienko <email address hidden>
Date: Mon Sep 25 14:37:45 2017 +0300

    [devstack] Switch ironic to uWSGI

    This patch switches ironic API to run under uwsgi,
    and drops support for running ironic API under mod_wsgi
    from ironic's devstack plugin.

    It also effectively moves all jobs except grenade ones to
    run ironic-api under UWSGI as we start to honor the devstack's
    ENABLE_HTTPD_MOD_WSGI_SERVICES variable (which is True by default).

    The new variable in devstack plugin to toggle deployment with uwsgi
    is IRONIC_USE_WSGI, which defaults to (now confusingly named)
    IRONIC_USE_MOD_WSGI for backward compatibility.

    Related-Bug: #1719260
    Co-Authored-By: anascko <email address hidden>

    Change-Id: I9ef3aa48db6efe8e2216af785cc13fdb7f754a02