From e03671bde34e48835a4f5133f3c66ec7c929efab Mon Sep 17 00:00:00 2001 From: Nguyen Van Duc Date: Wed, 18 Jul 2018 17:06:48 +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: Ic0306aaa1a0c0875a201e0a7a6cd00f9972d10b6 --- doc/source/admin/report.txt | 2 +- doc/source/install/configure-compute.rst | 2 +- doc/source/install/include/configure-ironic-api.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/report.txt b/doc/source/admin/report.txt index 583c5aef62..20e0678e53 100644 --- a/doc/source/admin/report.txt +++ b/doc/source/admin/report.txt @@ -449,7 +449,7 @@ keystone_authtoken: auth-url = http://10.223.197.220/identity_admin auth_admin_prefix = auth_host = 127.0.0.1 - auth_port = 35357 + auth_port = 5000 auth_protocol = https auth_section = None auth_type = password diff --git a/doc/source/install/configure-compute.rst b/doc/source/install/configure-compute.rst index 23a617334e..e0adee9576 100644 --- a/doc/source/install/configure-compute.rst +++ b/doc/source/install/configure-compute.rst @@ -117,7 +117,7 @@ service's controller nodes and compute nodes. auth_type=password # Keystone API endpoint - auth_url=http://IDENTITY_IP:35357/v3 + auth_url=http://IDENTITY_IP:5000/v3 # Ironic keystone project name project_name=service diff --git a/doc/source/install/include/configure-ironic-api.inc b/doc/source/install/include/configure-ironic-api.inc index 10249a055f..69f51eb19a 100644 --- a/doc/source/install/include/configure-ironic-api.inc +++ b/doc/source/install/include/configure-ironic-api.inc @@ -54,7 +54,7 @@ Configuring ironic-api service www_authenticate_uri=http://PUBLIC_IDENTITY_IP:5000 # Complete admin Identity API endpoint. (string value) - auth_url=http://PRIVATE_IDENTITY_IP:35357 + auth_url=http://PRIVATE_IDENTITY_IP:5000 # Service username. (string value) username=ironic