Reviewed: https://review.openstack.org/532437 Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=a3f8c987f7f023238bc2968d3ca8360b1c58ce05 Submitter: Zuul Branch: master
commit a3f8c987f7f023238bc2968d3ca8360b1c58ce05 Author: ZhongShengping <[email protected]> Date: Wed Jan 10 15:09:23 2018 +0800 Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration Change-Id: I419cd02aeb899d93bba5f330d7e4535afd8c0ed8 Closes-bug: #1708655 ** Changed in: kolla-ansible Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1708655 Title: mod_wsgi requires WSGIApplicationGroup %{GLOBAL} or it will hang Status in OpenStack Dashboard (Horizon): Fix Released Status in kolla-ansible: Fix Released Status in openstack-ansible: Fix Released Status in puppet-horizon: Fix Released Bug description: It seems that the recent versions of python-gobject-base used by python-keyring library, which is in turn used by python- keystoneclient, use the simplified GIL state API as described in http://modwsgi.readthedocs.io/en/develop/user-guides/application- issues.html#python-simplified-gil-state-api Consequently, mod_wsgi hangs trying to import them, unless it has "WSGIApplicationGroup %{GLOBAL}" added to its configuration. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1708655/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

