summaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2016-10-20 01:52:15 +0800
committerqi liang <liangqi1@huawei.com>2016-11-28 07:43:01 +0000
commitcb6908f2a87a728e0e2c6c2b0046cd8a18837d0e (patch)
tree4abb1ffccf0a61ec153eb52efd2bf5c66ee46699 /deploy/launch.sh
parentb212b7ac454fea642d7637e7489ff69665e54289 (diff)
Make openstack dashboard theme configurable
Use flag ENABLE_UBUNTU_THEME to configure enable or disable ubuntu dashboard theme. Set default to use ubuntu theme. JIRA: - Change-Id: I454c69b0290084c244979bb86c733a03721481cb Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 065813ecbe8b4860da4281b6d67104798e3a8d43)
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 488e0fd7..fe16dd5b 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -67,6 +67,10 @@ if [[ -z "$REDEPLOY_HOST" || "$REDEPLOY_HOST" == "false" ]]; then
if ! set_compass_machine; then
log_error "set_compass_machine fail"
fi
+
+ # FIXME: refactor compass adapter and conf code, instead of doing
+ # hack conf injection.
+ inject_compass_conf
fi
if [[ "$DEPLOY_HOST" == "true" || $REDEPLOY_HOST == "true" ]]; then