summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-23 12:20:57 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-10-23 12:21:25 -0700
commit30c768a499a0d3644d74591a7cc3f773b0bd9c6d (patch)
tree91b6c9e03e204214f560a423a53311b7d26674ee /test
parentcde4fecc61c581244c17d27ee07b860a2cb6e220 (diff)
Remove block on use of HTTPS endpoing
Change-Id: I3a91e5f658185c9a97d6c0eb4f54bed6c273cf09 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-rw-r--r--test/ete/labs/windriver/Integration-Jenkins-openrc.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/ete/labs/windriver/Integration-Jenkins-openrc.sh b/test/ete/labs/windriver/Integration-Jenkins-openrc.sh
index 979d8a979..ef2aa9a25 100644
--- a/test/ete/labs/windriver/Integration-Jenkins-openrc.sh
+++ b/test/ete/labs/windriver/Integration-Jenkins-openrc.sh
@@ -28,18 +28,6 @@ unset OS_TENANT_NAME
# performing the action as the **user**.
export OS_USERNAME="gary_wu"
-# Remote Openstack clients will need to set this environment if
-# connecting to an HTTPS enabled endpoint
-CERT_MSG="Please enter a path for your CA certificate pem file, \
-or press enter if you are not using HTTPS "
-if [ -z ${OS_CACERT_INPUT+x} ]; then
- read -p "$CERT_MSG" OS_CACERT_INPUT
-fi
-if [ ! -z "$OS_CACERT_INPUT" ]
-then
- export OS_CACERT=$(readlink -f $OS_CACERT_INPUT)
-fi
-
# With Keystone you pass the keystone password.
if [ -z ${OS_PASSWORD_INPUT+x} ]; then
read -sp "Please enter your OpenStack Password for project $OS_PROJECT_NAME as user $OS_USERNAME: " OS_PASSWORD_INPUT