We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f19ae commit 6ba2a15Copy full SHA for 6ba2a15
1 file changed
devstack/plugin.sh
@@ -251,6 +251,7 @@ elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
251
echo_summary "Initializing gce-api"
252
init_gceapi
253
start_gceapi
254
+elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
255
configure_functional_tests
256
fi
257
0 commit comments