update "auth_url" in documents

As keystone has removed identity API v2.0,so update the "auth_url" in docs.
With the removal of the v2 API, keystone can be run on the same port for
all interfaces.for more information,see [0][1]
[0]https://docs.openstack.org/keystone/latest/install/keystone-install-rdo.html#install-and-configure-components
[1]https://docs.openstack.org/keystone/latest/contributor/http-api.html

Change-Id: Ic16e366e59232bee4bc7ce2d9e16602dd74f0bd2
This commit is contained in:
wu.chunyang 2018-05-13 21:44:39 +08:00
parent 879bcc99d4
commit 4969c3396a
3 changed files with 3 additions and 3 deletions

View File

@ -453,7 +453,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

View File

@ -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

View File

@ -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