From fb51361337517a8b1d5df6557f932f87f6cde59b Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 23 Mar 2016 16:08:03 +0800 Subject: [PATCH] devstack: removed uncalled code Devstack won't "source plugin.sh source" any more. Change-Id: I2b8f5ebe02dc3e66c06a55ac0ffb3938cea236fa --- devstack/plugin.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e2e246a9..a5199f73 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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