Merge "Update auth_uri option to www_authenticate_uri"

This commit is contained in:
Zuul 2018-04-12 16:32:21 +00:00 committed by Gerrit Code Review
commit cc310ac44a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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