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
This commit is contained in:
Vikas Jain 2015-08-03 10:22:48 -07:00
parent 574a8c1004
commit 0128cf6ab6

View File

@ -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"