diff --git a/ansible/roles/horizon/templates/horizon.conf.j2 b/ansible/roles/horizon/templates/horizon.conf.j2
index 2e7f2a8910fb885944171aac260f1decd8ed8b16..d51b8db7421a96ba4553b271cdba3718ca1cef64 100644
--- a/ansible/roles/horizon/templates/horizon.conf.j2
+++ b/ansible/roles/horizon/templates/horizon.conf.j2
@@ -14,6 +14,7 @@ TraceEnable off
     WSGIProcessGroup horizon-http
     WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
     WSGIPassAuthorization On
+    WSGIApplicationGroup %{GLOBAL}
 
     <Location "/">
         Require all granted