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: Ib417c8a3ad87a8cfa7cab905db2ff08cc00ca691
This commit is contained in:
melissaml 2018-04-17 03:24:44 +08:00
parent 0f0e414f41
commit f9a9b304bc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ auth_type = {{ watcher_keystone_auth_plugin }}
[watcher_clients_auth]
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
www_authenticate_uri = {{ keystone_service_internaluri }}
username = {{ watcher_service_user_name }}
password = {{ watcher_service_password }}
project_domain_id = {{ watcher_service_project_domain_id }}