Merge "Account for oslo_config deprecations in aodh.conf template"

This commit is contained in:
Jenkins 2016-03-09 20:18:52 +00:00 committed by Gerrit Code Review
commit 552e861d87
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ connection = {{ aodh_connection_string }}
[keystone_authtoken]
insecure = {{ keystone_service_internaluri_insecure | bool }}
auth_plugin = {{ aodh_keystone_auth_plugin }}
auth_type = {{ aodh_keystone_auth_plugin }}
signing_dir = {{ aodh_system_user_home }}/cache/api
auth_url = {{ keystone_service_adminurl }}
auth_uri = {{ keystone_service_internaluri }}
project_domain_id = {{ aodh_service_project_domain_id }}
user_domain_id = {{ aodh_service_user_domain_id }}
project_name = {{ aodh_service_project_name }}
username = {{ aodh_service_user_name }}
user-name = {{ aodh_service_user_name }}
password = {{ aodh_service_password }}
memcached_servers = {{ memcached_servers }}