From 90870091853916a75ef5871c2bf1cf6b80065c62 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 3 Apr 2018 14:16:52 +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: I5e2ac3a6b044515c84695b441602b254f4859bd8 Implements: blueprint deprecate-auth-uri-option --- templates/cloudkitty.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cloudkitty.conf.j2 b/templates/cloudkitty.conf.j2 index 832b4fa..164b75d 100644 --- a/templates/cloudkitty.conf.j2 +++ b/templates/cloudkitty.conf.j2 @@ -25,7 +25,7 @@ connection = {{ cloudkitty_database_connection }} [keystone_authtoken] memcached_servers = {{ memcached_servers }} -auth_uri = {{ keystone_service_internaluri }} +www_authenticate_uri = {{ keystone_service_internaluri }} project_domain_id = {{ cloudkitty_service_project_domain_id }} project_name = {{ cloudkitty_service_project_name }} user_domain_id = {{ cloudkitty_service_user_domain_id }}