devstack: removed uncalled code
Devstack won't "source plugin.sh source" any more. Change-Id: I2b8f5ebe02dc3e66c06a55ac0ffb3938cea236fa
This commit is contained in:
parent
5b4a84ebf8
commit
fb51361337
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user