Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1]. Use option www_authenticate_uri from group keystone_authtoken. [1]https://review.openstack.org/#/c/508522/ Change-Id: I727591e46de1a38403a8c25f0d08c57565db945b
This commit is contained in:
parent
9cc6ffd3e0
commit
655038bd8b
@ -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