devstack: removed uncalled code

Devstack won't "source plugin.sh source" any more.

Change-Id: I2b8f5ebe02dc3e66c06a55ac0ffb3938cea236fa
This commit is contained in:
Lianhao Lu 2016-03-23 16:08:03 +08:00
parent 5b4a84ebf8
commit fb51361337

View File

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