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
This commit is contained in:
parent
a672e02818
commit
264174500c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user