Comment 32 for bug 1624791

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

Reviewed: https://review.openstack.org/526423
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=dfbc2a56b6fd0cf0a98fe6a2dc046a44c30a05b2
Submitter: Zuul
Branch: master

commit dfbc2a56b6fd0cf0a98fe6a2dc046a44c30a05b2
Author: Adrien Cunin <email address hidden>
Date: Thu Dec 7 15:46:01 2017 +0100

    Set WSGIApplicationGroup %{GLOBAL} as recommended

    mod_wsgi hangs trying to import the recent versions of
    python-gobject-base used by python-keyring library, which is in turn
    used by python-keystoneclient. This does not happen if the
    WSGIApplicationGroup is global.

    Change-Id: I4c7408699fddf327feb1c3b47e8e47cf2dd946f1
    Closes-Bug: #1708655
    Closes-Bug: #1624791
    Related-Bug: #1700176