bugfix: remove process file opnfv-creds.sh 83/24383/2
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Wed, 16 Nov 2016 06:08:12 +0000 (14:08 +0800)
committerzhihui wu <wu.zhihui1@zte.com.cn>
Wed, 16 Nov 2016 06:13:25 +0000 (06:13 +0000)
This file is created by script get_env_info.sh during running qtip test.
It should not be included in qtip repos.

Change-Id: I5cc70145e13ec1dfdc8c080f2d5a42c864b90490
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
opnfv-creds.sh [deleted file]

diff --git a/opnfv-creds.sh b/opnfv-creds.sh
deleted file mode 100644 (file)
index 54d5aa3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-export LC_ALL=C
-export OS_NO_CACHE='true'
-export OS_TENANT_NAME='admin'
-export OS_USERNAME='admin'
-export OS_PASSWORD='admin'
-export OS_AUTH_URL='http://172.18.1.5:5000/v2.0'
-export OS_AUTH_STRATEGY='keystone'
-export OS_REGION_NAME='RegionOne'
-export CINDER_ENDPOINT_TYPE='internalURL'
-export GLANCE_ENDPOINT_TYPE='internalURL'
-export KEYSTONE_ENDPOINT_TYPE='internalURL'
-export NOVA_ENDPOINT_TYPE='internalURL'
-export NEUTRON_ENDPOINT_TYPE='internalURL'
-export OS_ENDPOINT_TYPE='internalURL'
-export MURANO_REPO_URL='http://storage.apps.openstack.org/'