summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhifeng jiang <jiang.zhifeng@zte.com.cn>2016-11-16 13:21:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-16 13:21:23 +0000
commitc09b0b5d93f8f1474834bb35fb3a6df6b0401083 (patch)
treec1c8054657a09231015d2b55bd2171426e94b18b
parentb75a19103fac6c5c9226fab55dbb4219e945e0b1 (diff)
parentdce4a871945e61c035ea1e2e053e92b5984f0209 (diff)
Merge "bugfix: remove process file opnfv-creds.sh"
-rw-r--r--opnfv-creds.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/opnfv-creds.sh b/opnfv-creds.sh
deleted file mode 100644
index 54d5aa3a..00000000
--- a/opnfv-creds.sh
+++ /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/'