Merge "Update auth_uri option to www_authenticate_uri"
This commit is contained in:
commit
cc310ac44a
@ -457,7 +457,7 @@ keystone_authtoken:
|
||||
auth_protocol = https
|
||||
auth_section = None
|
||||
auth_type = password
|
||||
auth_uri = http://10.223.197.220/identity
|
||||
www_authenticate_uri = http://10.223.197.220/identity
|
||||
auth_version = None
|
||||
cache = None
|
||||
cafile = /opt/stack/data/ca-bundle.pem
|
||||
|
@ -51,7 +51,7 @@ Configuring ironic-api service
|
||||
auth_type=password
|
||||
|
||||
# Complete public Identity API endpoint (string value)
|
||||
auth_uri=http://PUBLIC_IDENTITY_IP:5000
|
||||
www_authenticate_uri=http://PUBLIC_IDENTITY_IP:5000
|
||||
|
||||
# Complete admin Identity API endpoint. (string value)
|
||||
auth_url=http://PRIVATE_IDENTITY_IP:35357
|
||||
|
Loading…
Reference in New Issue
Block a user