Skip to content
Snippets Groups Projects
Commit 0128cf6a authored by Vikas Jain's avatar Vikas Jain
Browse files

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
parent 574a8c10
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
SOURCE="/etc/openstack-dashboard/local_settings"
SOURCE="/opt/kolla/horizon/local_settings"
TARGET="/etc/openstack-dashboard/local_settings"
OWNER="horizon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment