Merge "devstack: removed uncalled code"
This commit is contained in:
commit
a16f4a012d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user