From 57972361bce45c449c0b2edbb9c0b07c45eae8a5 Mon Sep 17 00:00:00 2001
From: Fatih Degirmenci <fdegir@gmail.com>
Date: Wed, 5 Sep 2018 13:39:29 +0000
Subject: Revert "Set OS_INSECURE to true for Yardstick"

The issue is fixed upstream.

This reverts commit 40ecfaf96e73520f3a2358c46cd97c1f6c3b58c6.

Change-Id: I8268372173721157d239c1978cdfe8d035613854
---
 xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | 1 -
 1 file changed, 1 deletion(-)

(limited to 'xci')

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 \
-- 
cgit