Merge "devstack: removed uncalled code"

This commit is contained in:
Jenkins 2016-03-25 13:31:34 +00:00 committed by Gerrit Code Review
commit a16f4a012d

View File

@ -6,10 +6,7 @@ set -o xtrace
source $DEST/rally/devstack/lib/rally source $DEST/rally/devstack/lib/rally
if [[ "$1" == "source" ]]; then if [[ "$1" == "stack" && "$2" == "install" ]]; then
# Initial source
source $TOP_DIR/lib/rally
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing Rally" echo_summary "Installing Rally"
install_rally install_rally
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then