Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated. This patch replace it by using "www_authenticate_uri" instead. [1] https://review.openstack.org/#/c/508522 Change-Id: Ic490c9a1262c7aaae2c40b5c2b22b3a66ba294f1
This commit is contained in:
parent
05f2456cff
commit
884cee9f68
@ -532,7 +532,7 @@ keystone_authtoken:
|
||||
auth_port = 35357
|
||||
auth_protocol = https
|
||||
auth_section = None
|
||||
auth_uri = http://10.0.0.9:5000
|
||||
www_authenticate_uri = http://10.0.0.9:5000
|
||||
auth_version = None
|
||||
cache = None
|
||||
cafile = /opt/stack/data/ca-bundle.pem
|
||||
|
Loading…
Reference in New Issue
Block a user