Set OS_INSECURE to true for Yardstick 45/61845/1
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 5 Sep 2018 11:19:31 +0000 (13:19 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 5 Sep 2018 11:19:31 +0000 (13:19 +0200)
Change-Id: I0ec6755cb9f9a5b79b359d544082f966903d42bd
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2

index dfdba15..a4c377c 100644 (file)
@@ -28,6 +28,7 @@ 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 \