summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <lijun_1203@126.com>2017-09-05 08:32:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-05 08:32:25 +0000
commit9c9d5f688b7043eb2422b85ec239b2c9aee9ebff (patch)
tree115e2ac9f4fa3892ffdec539b478ec7ec8d36554
parentca6539a8f8c7f608623cdd578d2d606322f06370 (diff)
parent095df2a72a89d2006983c675bcf82eeaf0afaf87 (diff)
Merge "Set volume_device_name=vdb for apex"
-rwxr-xr-xjjb/dovetail/dovetail-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index 7dd6a2ddc..9c4e205ae 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -175,7 +175,7 @@ fi
# Modify tempest_conf.yaml file
tempest_conf_file=${DOVETAIL_CONFIG}/tempest_conf.yaml
-if [ ${INSTALLER_TYPE} == 'compass' ]; then
+if [[ ${INSTALLER_TYPE} == 'compass' || ${INSTALLER_TYPE} == 'apex' ]]; then
volume_device='vdb'
else
volume_device='vdc'