From d9f9b4127fe810c157499c0696450821a6fd158c Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 21 May 2018 10:39:53 +0700 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: I50c73d7529527ded0a71d6ab1d62fc2197c3acb9 --- doc/source/install/advanced_deployment/swift_external.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/advanced_deployment/swift_external.rst b/doc/source/install/advanced_deployment/swift_external.rst index 6a99c70a..88ac6b4d 100644 --- a/doc/source/install/advanced_deployment/swift_external.rst +++ b/doc/source/install/advanced_deployment/swift_external.rst @@ -49,7 +49,7 @@ how to configure the Swift proxy to use Keystone from the overcloud:: paste.filter_factory = keystonemiddleware.auth_token:filter_factory signing_dir = /tmp/keystone-signing-swift www_authenticate_uri = http://:5000/ - auth_url = http://:35357/ + auth_url = http://:5000/ password = auth_plugin = password project_domain_id = default