Deprecate auth_uri option

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: I2a36117967d222529f0fe8f87eaf93d46d4219be
Implements: blueprint deprecate-auth-uri-option
This commit is contained in:
ZhongShengping 2018-04-03 14:16:53 +08:00
parent 006a47e3dd
commit c81b97ccff
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ bind = 0.0.0.0
#signing_dir = /var/cache/zaqar
auth_type = {{ zaqar_keystone_auth_plugin }}
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
www_authenticate_uri = {{ keystone_service_internaluri }}
project_domain_id = default
user_domain_id = default
project_name = {{ zaqar_service_project_name }}