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

View File

@ -32,7 +32,7 @@ insecure = {{ keystone_service_adminuri_insecure | bool }}
auth_plugin = {{ searchlight_keystone_auth_plugin }}
signing_dir = /var/cache/searchlight
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
www_authenticate_uri = {{ keystone_service_internaluri }}
region_name = {{ searchlight_service_region }}
project_domain_id = {{ searchlight_service_project_domain_id }}
user_domain_id = {{ searchlight_service_user_domain_id }}