From 39f57bd350f8d1e42d7501c86c11aa8935b2b8c4 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Sun, 13 May 2018 18:41:29 +0800 Subject: [PATCH] update keysone url this patch [0] has updated the "auth_port"in install documents i think the README.rst also need to update.more information about keysont see [1] [0] https://review.openstack.org/#/c/567514/ [1] https://docs.openstack.org/keystone/latest/contributor/http-api.html Change-Id: Ia2e70770a6edf5add03c0ebefc694e4969041552 --- doc/README.rst | 4 ++-- specs/integration_test_procedure.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.rst b/doc/README.rst index c1870c14..97dcfaf0 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -221,7 +221,7 @@ Also the following ENV vars are needed. You can put them in ~/.bashrc:: export OS_REGION_NAME=region-a.geo-1 export OS_TENANT_ID= export OS_PASSWORD= - export OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0 + export OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:5000/v3 export OS_USERNAME=automationbackup export OS_TENANT_NAME=automationbackup @@ -253,7 +253,7 @@ The basic Swift account configuration is needed to use freezer. Make sure python set OS_REGION_NAME=region-a.geo-1 set OS_TENANT_ID= set OS_PASSWORD= - set OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0 + set OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:5000/v3 set OS_USERNAME=automationbackup set OS_TENANT_NAME=automationbackup diff --git a/specs/integration_test_procedure.rst b/specs/integration_test_procedure.rst index fb64c84d..5956ac44 100644 --- a/specs/integration_test_procedure.rst +++ b/specs/integration_test_procedure.rst @@ -149,7 +149,7 @@ Not required, but recommended logging_file = freezer-api.log [keystone_authtoken] - identity_uri = http://192.168.20.100:35357/ + identity_uri = http://192.168.20.100:5000/ www_authenticate_uri = http://192.168.20.100:5000/ admin_user = freezer admin_password = FREEZER_PWD