From 5b1b564d57cb5a530301cdda7837ef15bdc88fa7 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Thu, 7 Jun 2018 23:05:44 +0800 Subject: [PATCH] Replace port 35357 with 5000 for "auth_url" Based on the change in Keystone Install Guide [1], this patch replace port 35357 with 5000 for "auth_url". For more details, please check similar changes which have been done on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5]. [1] https://review.openstack.org/#/c/541857 [2] https://review.openstack.org/#/c/562812 [3] https://review.openstack.org/#/c/566491 [4] https://review.openstack.org/#/c/565464 [5] https://review.openstack.org/#/c/558932 Change-Id: Ic3e0123401eb304e6c29e284eaec7aefdb248397 --- doc/source/install/manual_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/manual_installation.rst b/doc/source/install/manual_installation.rst index 395916a..9f2d74d 100644 --- a/doc/source/install/manual_installation.rst +++ b/doc/source/install/manual_installation.rst @@ -39,7 +39,7 @@ is like the below: export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=KTskN5eUMTpeHLKorRcZBBbH0AM96wdvgQhwENxY - export OS_AUTH_URL=http://localhost:35357/v3 + export OS_AUTH_URL=http://localhost:5000/v3 export OS_INTERFACE=internal export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne @@ -208,7 +208,7 @@ If you are using keystone v2 then, username = project_name = service password = - auth_url = http://:35357 + auth_url = http://:5000 auth_uri = http://:5000 ...