Comment 19 for bug 1573488

Revision history for this message
Adil Lebbat (adil-lebbat) wrote :

For anyone using Kolla and Kolla-ansible for an allinone or multinode deployment :

- Edit the file /etc/kolla/horizon/horizon.conf on the node/nodes that contain the horizon docker container

After -------> WSGIProcessGroup horizon-http
ADDED THIS -------> WSGIApplicationGroup %{GLOBAL}

- docker stop/start ALL_HORIZON_CONTAINERS_ON_EACH_NODE

This should fix the issue (Kolla 5.0.0 / CentOS 7.4)