Merge "Replace port 35357 with 5000 for "auth_url""
This commit is contained in:
commit
bf76dd4fdc
@ -449,7 +449,7 @@ keystone_authtoken:
|
|||||||
auth-url = http://10.223.197.220/identity_admin
|
auth-url = http://10.223.197.220/identity_admin
|
||||||
auth_admin_prefix =
|
auth_admin_prefix =
|
||||||
auth_host = 127.0.0.1
|
auth_host = 127.0.0.1
|
||||||
auth_port = 35357
|
auth_port = 5000
|
||||||
auth_protocol = https
|
auth_protocol = https
|
||||||
auth_section = None
|
auth_section = None
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
@ -117,7 +117,7 @@ service's controller nodes and compute nodes.
|
|||||||
auth_type=password
|
auth_type=password
|
||||||
|
|
||||||
# Keystone API endpoint
|
# Keystone API endpoint
|
||||||
auth_url=http://IDENTITY_IP:35357/v3
|
auth_url=http://IDENTITY_IP:5000/v3
|
||||||
|
|
||||||
# Ironic keystone project name
|
# Ironic keystone project name
|
||||||
project_name=service
|
project_name=service
|
||||||
|
@ -54,7 +54,7 @@ Configuring ironic-api service
|
|||||||
www_authenticate_uri=http://PUBLIC_IDENTITY_IP:5000
|
www_authenticate_uri=http://PUBLIC_IDENTITY_IP:5000
|
||||||
|
|
||||||
# Complete admin Identity API endpoint. (string value)
|
# 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)
|
# Service username. (string value)
|
||||||
username=ironic
|
username=ironic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user