diff --git a/docker/common/horizon/config-external.sh b/docker/common/horizon/config-external.sh index 519a28b06bf028a2be032222aa5661ff3b77076e..843047d8c42cc7b2de1e3bdee3e843263f8485e7 100644 --- a/docker/common/horizon/config-external.sh +++ b/docker/common/horizon/config-external.sh @@ -1,7 +1,6 @@ #!/bin/bash SOURCE="/etc/openstack-dashboard/local_settings" TARGET="/etc/openstack-dashboard/local_settings" - OWNER="horizon" if [[ -f "$SOURCE" ]]; then diff --git a/docker/common/horizon/start.sh b/docker/common/horizon/start.sh index 756c6311a489719a2e8b6795d00151e80989b0f9..b56d7bc6c3feabd38208383836c0a063798ecebe 100755 --- a/docker/common/horizon/start.sh +++ b/docker/common/horizon/start.sh @@ -2,8 +2,8 @@ set -o errexit -CMD="/usr/sbin/httpd -DFOREGROUND" -ARGS="" +CMD="/usr/sbin/httpd" +ARGS="-DFOREGROUND" # Loading common functions. source /opt/kolla/kolla-common.sh