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:
Vu Cong Tuan 2018-05-11 09:49:55 +07:00
parent 05f2456cff
commit 884cee9f68
1 changed files with 1 additions and 1 deletions

View File

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