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: I4c99449f591dc67f0f5aa906426ea34e944ab2c7
This commit is contained in:
melissaml 2018-04-17 04:16:31 +08:00
parent d5afc9ff8c
commit 8db8f6c899
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ spare_amphora_pool_size = {{ octavia_spare_amphora_pool_size }}
insecure = {{ keystone_service_internaluri_insecure | bool }}
auth_plugin = {{ octavia_keystone_auth_plugin }}
auth_url = {{ keystone_service_internaluri }}/v3
auth_uri = {{ keystone_service_internaluri }}/v3
www_authenticate_uri = {{ keystone_service_internaluri }}/v3
auth_version = 3
project_domain_name = {{ octavia_service_project_domain_id }}
user_domain_name = {{ octavia_service_user_domain_id }}