summaryrefslogtreecommitdiffstats
path: root/data/opnfv-creds.sh
diff options
context:
space:
mode:
authorMofassir <Mofassir_arif@Dellteam.com>2016-01-11 04:23:14 -0800
committerNauman Ahad <Nauman_Ahad@dell.com>2016-01-14 11:55:58 +0000
commit371c8f05ce0c78ba428ef0d0b21228f5e869ac02 (patch)
tree602df85cb8ac89897cf80502af318fd9f74717eb /data/opnfv-creds.sh
parente6714fc90f92dce02925d305a290f57ccf5578d0 (diff)
Updated the code to accept compute instead of compute.txt
Change-Id: I06ce77e04db0e1c7d7de6c16b3a876740099e5ae Signed-off-by: Mofassir <Mofassir_arif@Dellteam.com> (cherry picked from commit 3ba92560b96e59a4e93a03f2e42a000778536905)
Diffstat (limited to 'data/opnfv-creds.sh')
-rw-r--r--data/opnfv-creds.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/opnfv-creds.sh b/data/opnfv-creds.sh
new file mode 100644
index 00000000..9266c19a
--- /dev/null
+++ b/data/opnfv-creds.sh
@@ -0,0 +1,16 @@
+#!/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.0.69: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/'