From 303318a1cb42b125eae546efc1b30c979626bab3 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 3 Apr 2018 14:16:53 +0800 Subject: [PATCH] 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: Ifcc589a006e79d9256993377ec8ab2af9b1326df Implements: blueprint deprecate-auth-uri-option --- templates/octavia.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/octavia.conf.j2 b/templates/octavia.conf.j2 index 655966a9..39ac67ab 100644 --- a/templates/octavia.conf.j2 +++ b/templates/octavia.conf.j2 @@ -79,7 +79,7 @@ sync_provisioning_status = {{ octavia_sync_provisioning_status }} insecure = {{ keystone_service_internaluri_insecure | bool }} auth_type = {{ 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_id = {{ octavia_service_project_domain_id }} user_domain_id = {{ octavia_service_user_domain_id }}