summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2
index a38e44df..dfdba15a 100644
--- a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2
+++ b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2
@@ -27,7 +27,7 @@ DOCKER_IMAGE_NAME="opnfv/yardstick"
YARDSTICK_SCENARIO_SUITE_NAME="opnfv_${DEPLOY_SCENARIO}_daily.yaml"
# add OS_CACERT to openrc
-echo "export OS_CACERT=$OS_CACERT" >> ~/openrc
+echo "export OS_CACERT=/etc/yardstick/os_cacert" >> ~/openrc
opts="--privileged=true --rm"
envs="-e INSTALLER_TYPE=$INSTALLER_TYPE -e INSTALLER_IP=$INSTALLER_IP \