diff options
author | Markos Chandras <mchandras@suse.de> | 2018-09-05 13:39:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-05 13:39:43 +0000 |
commit | a14bda17386299e9f0e9919f048a91daec8d259f (patch) | |
tree | 353fca6c8cf49d9439b81979d2ecd420eda35c00 /xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | |
parent | 63d2f47eadb93db1cbbd159ff494dd8569f53f56 (diff) | |
parent | 57972361bce45c449c0b2edbb9c0b07c45eae8a5 (diff) |
Merge "Revert "Set OS_INSECURE to true for Yardstick""
Diffstat (limited to 'xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | 1 |
1 files changed, 0 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 a4c377ce..dfdba15a 100644 --- a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 +++ b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 @@ -28,7 +28,6 @@ YARDSTICK_SCENARIO_SUITE_NAME="opnfv_${DEPLOY_SCENARIO}_daily.yaml" # add OS_CACERT to openrc echo "export OS_CACERT=/etc/yardstick/os_cacert" >> ~/openrc -echo "export OS_INSECURE=true" >> ~/openrc opts="--privileged=true --rm" envs="-e INSTALLER_TYPE=$INSTALLER_TYPE -e INSTALLER_IP=$INSTALLER_IP \ |