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
This commit is contained in:
ZhongShengping 2018-04-03 14:16:52 +08:00
parent cce15b5a45
commit 9087009185
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}