try to fix stages problem of devstack

Change-Id: I43b7cd09a7804d07f5b5ca28e371f1950d5d51c8
This commit is contained in:
Andrey Pavlov 2016-12-01 18:47:18 +03:00
parent 4e4d7b7b07
commit 69fcc7dab0
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
echo_summary "Initializing ec2-api"
init_ec2api
start_ec2api
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
configure_functional_tests
fi