From 0128cf6ab6b26f31e170b61f38baeb17402b8ad4 Mon Sep 17 00:00:00 2001 From: Vikas Jain Date: Mon, 3 Aug 2015 10:22:48 -0700 Subject: [PATCH] Fix incorrect config-external in horizon Horizon config-external.sh script has the same source and target. Corrected the code to operate like Nova does. Closes-bug: #1478451 Change-Id: I80be730d41e126b8a43c24c5eb87dfe68ffddb48 --- docker/common/horizon/config-external.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/horizon/config-external.sh b/docker/common/horizon/config-external.sh index 843047d8c4..373a82e64f 100644 --- a/docker/common/horizon/config-external.sh +++ b/docker/common/horizon/config-external.sh @@ -1,5 +1,5 @@ #!/bin/bash -SOURCE="/etc/openstack-dashboard/local_settings" +SOURCE="/opt/kolla/horizon/local_settings" TARGET="/etc/openstack-dashboard/local_settings" OWNER="horizon"