diff options
author | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-19 10:07:50 -0800 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-02-01 22:25:12 +0000 |
commit | 9bb0cf584c67ddd1be93a39e2ef4481a4a6e2d13 (patch) | |
tree | 4f9cb8f4e0b5487ea1efc9b38d50eecd7c43b38b /opnfv-creds.sh | |
parent | feaa1213a8c742b74ae3e8b17be509b553bc1256 (diff) |
docs: add docs for usage, introduction and iperf testcase
Change-Id: Ida3460ddd5d2b377351681e5f1d2457ec76ae95f
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
(cherry picked from commit 67373633d382f3152d970a22192b4fc7c11248b7)
Diffstat (limited to 'opnfv-creds.sh')
-rw-r--r-- | opnfv-creds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv-creds.sh b/opnfv-creds.sh index 9266c19a..54d5aa3a 100644 --- a/opnfv-creds.sh +++ b/opnfv-creds.sh @@ -4,7 +4,7 @@ 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_URL='http://172.18.1.5:5000/v2.0' export OS_AUTH_STRATEGY='keystone' export OS_REGION_NAME='RegionOne' export CINDER_ENDPOINT_TYPE='internalURL' |