diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-28 05:05:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-28 05:05:42 +0000 |
commit | 58832dfe4cbd8899b0fdd911a189ba6297155f00 (patch) | |
tree | ce89057c2e959402e78214db065c7832c29aa270 /tests | |
parent | bffa8def6b8df835f59e1129a0e19eac2f04a068 (diff) | |
parent | 8e0b0132a11dc94415054793d7b74215a75ac2d8 (diff) |
Merge "Add support for create new project from different templates"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ci/run_ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |