diff options
author | xudan <xudan16@huawei.com> | 2017-09-03 22:54:24 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-09-03 22:54:24 -0400 |
commit | 095df2a72a89d2006983c675bcf82eeaf0afaf87 (patch) | |
tree | c5d34d91d72c564a367c0b6d5d113b3ebae98915 | |
parent | a137b9d89ae9e982e5edd33670c040fc4d8603c7 (diff) |
Set volume_device_name=vdb for apex
Change-Id: I40a8359ea8ef868f79a02dcb824e80cd8b3385d1
Signed-off-by: xudan <xudan16@huawei.com>
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
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' |