aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv-creds.sh
diff options
context:
space:
mode:
authorMofassirArif <Mofassir_Arif@dellteam.com>2016-01-15 04:29:23 -0800
committerMofassirArif <Mofassir_Arif@dellteam.com>2016-01-15 04:29:23 -0800
commit9cff8cab939a91867f413d2ecdf09aa93f40bfc0 (patch)
tree263024e6ca8034bfa23f73d7ef678328f18fb6ae /opnfv-creds.sh
parentbec658afadacfeeca9fbfbe598ceb5c5601a3372 (diff)
bug fix in pushtodb
Change-Id: I2cba0a805275ebae8b79a968cc8d725dcc96504a Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
Diffstat (limited to 'opnfv-creds.sh')
-rw-r--r--opnfv-creds.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/opnfv-creds.sh b/opnfv-creds.sh
new file mode 100644
index 00000000..9266c19a
--- /dev/null
+++ b/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/'