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: I880d6881cd18d5ef07e30f2ea54126b6cfdb3839
This commit is contained in:
melissaml 2018-04-17 04:03:45 +08:00
parent a68127d267
commit 4ddcc6c6e1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ user_domain_name = {{ tacker_service_user_domain_id }}
username = {{ tacker_service_user_name }}
password = {{ tacker_service_password }}
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
www_authenticate_uri = {{ keystone_service_internaluri }}
auth_type = {{ tacker_keystone_auth_plugin }}
[database]