From b502fb98e77a44eb37acd75d5801e040d789007f Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Wed, 26 Sep 2018 13:47:49 +0200 Subject: [PATCH] Filthy hack to make sure local settings are loaded. --- horizon/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/horizon/run.sh b/horizon/run.sh index ae20aae..e7930e6 100755 --- a/horizon/run.sh +++ b/horizon/run.sh @@ -5,4 +5,8 @@ tail -f /var/log/horizon.log & tail -f /var/log/apache2/* & +cat /etc/openstack-dashboard/local_settings.py >> \ + /usr/share/openstack-dashboard/openstack_dashboard/settings.py + + apachectl -DFOREGROUND