From 264174500c943a5c28a86c09fe81cf0661ed253a Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 1 Sep 2014 15:32:58 +0900 Subject: [PATCH] Remove sahara-dashboard sahara-dashboard has been removed in the commit: Change-Id: I1f0e93e1dee3d065c4f00d8bf2042bebc8d45a22 However, there is still sahara-dashboard in extras.d/70-sahara.sh. This causes an error. /opt/stack/new/devstack/extras.d/70-sahara.sh: line 7: /opt/stack/new/devstack/lib/sahara-dashboard: No such file or directory So this commit just removes it. Change-Id: Iae76dc5f92a1f0a557d43d74b9b5d2c347cc23a9 Closes-Bug: #1363828 --- extras.d/70-sahara.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/extras.d/70-sahara.sh b/extras.d/70-sahara.sh index 1a67c2960c..2a349991ef 100644 --- a/extras.d/70-sahara.sh +++ b/extras.d/70-sahara.sh @@ -4,7 +4,6 @@ if is_service_enabled sahara; then if [[ "$1" == "source" ]]; then # Initial source source $TOP_DIR/lib/sahara - source $TOP_DIR/lib/sahara-dashboard elif [[ "$1" == "stack" && "$2" == "install" ]]; then echo_summary "Installing sahara" install_sahara