fix stages in devstack plugin

devstack was changed some time ago.

Change-Id: Ida744b533d1c35fdb1510ba46b105491cdef5d0b
This commit is contained in:
Andrey Pavlov 2016-12-05 14:51:11 +03:00
parent 7dd031fefc
commit 5161b10042
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