Merge "Replace port 35357 with 5000 for "auth_url""

This commit is contained in:
Zuul 2018-07-23 15:31:04 +00:00 committed by Gerrit Code Review
commit bf76dd4fdc
3 changed files with 3 additions and 3 deletions

View File

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

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