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: Ie5b27ccaa5ce50e54858ab0ccb8b845e9589e150
This commit is contained in:
Vu Cong Tuan 2018-05-11 09:12:59 +07:00
parent 8692a15e28
commit fb020459ae
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ api_paste_config = /etc/masakari/api-paste.ini
[keystone_authtoken]
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
www_authenticate_uri = {{ keystone_service_internaluri }}
auth_type = password
project_domain_id = default
user_domain_id = default