From 095df2a72a89d2006983c675bcf82eeaf0afaf87 Mon Sep 17 00:00:00 2001 From: xudan Date: Sun, 3 Sep 2017 22:54:24 -0400 Subject: Set volume_device_name=vdb for apex Change-Id: I40a8359ea8ef868f79a02dcb824e80cd8b3385d1 Signed-off-by: xudan --- jjb/dovetail/dovetail-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/dovetail') 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' -- cgit 1.2.3-korg