From 8e0b0132a11dc94415054793d7b74215a75ac2d8 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 24 May 2017 19:57:27 +0800 Subject: Add support for create new project from different templates Change-Id: Ic260c59b12eb9882406d6172311f2e401963c64b Signed-off-by: Yujun Zhang --- tests/ci/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci') diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh index 163adb39..fa2f2e34 100644 --- a/tests/ci/run_ci.sh +++ b/tests/ci/run_ci.sh @@ -67,7 +67,7 @@ esac cd /home/opnfv -qtip create --pod ${pod_name} --installer ${installer_type} \ +qtip create --template compute --pod ${pod_name} --installer ${installer_type} \ --master-host ${installer_ip} --scenario ${scenario} workspace cd /home/opnfv/workspace/ -- cgit 1.2.3-korg