From 69fcc7dab00dd41e38474377fa558e2ae1d29f82 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Thu, 1 Dec 2016 18:47:18 +0300 Subject: [PATCH] try to fix stages problem of devstack Change-Id: I43b7cd09a7804d07f5b5ca28e371f1950d5d51c8 --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 64d74a5c..feba3cd2 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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