Reviewed: https://review.openstack.org/490857 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d9e4b6ae6895301dd03313194aa7601dae98cc5f Submitter: Jenkins Branch: master
commit d9e4b6ae6895301dd03313194aa7601dae98cc5f Author: Radomir Dopieralski <[email protected]> Date: Fri Aug 4 14:52:43 2017 +0200 Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration Change-Id: I0633703cef5a225fe8b689017d21aa4f45ecc7cf Closes-bug: #1708655 ** Changed in: horizon 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 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

