From 4ddcc6c6e1ad1818e848f756f924e6f89df5a6fe Mon Sep 17 00:00:00 2001 From: melissaml Date: Tue, 17 Apr 2018 04:03:45 +0800 Subject: [PATCH] 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 --- templates/tacker.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tacker.conf.j2 b/templates/tacker.conf.j2 index c0dcbc9..0c31207 100644 --- a/templates/tacker.conf.j2 +++ b/templates/tacker.conf.j2 @@ -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]