fix stages for devstack

stages were reworked.

Change-Id: Id068e2279850c7d7b45edb86f82303fb3bfd20a9
This commit is contained in:
Andrey Pavlov 2016-12-05 10:14:25 +03:00
parent 77f19ae8bc
commit 6ba2a154a7
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
echo_summary "Initializing gce-api"
init_gceapi
start_gceapi
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
configure_functional_tests
fi