From 065813ecbe8b4860da4281b6d67104798e3a8d43 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Thu, 20 Oct 2016 01:52:15 +0800 Subject: 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 --- deploy/launch.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy/launch.sh') diff --git a/deploy/launch.sh b/deploy/launch.sh index 6db9f362..4e6e1a39 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -87,6 +87,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 -- cgit 1.2.3-korg