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

user-name is not valid

This reverts commit 2c850708ef.

Change-Id: I6224bb8495da7a7a5bf10a7ea90ac47aebb8d861
This commit is contained in:
Hugh Saunders 2016-03-10 13:59:23 +00:00
parent 2c850708ef
commit 0b23a1c3b8
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_type = {{ aodh_keystone_auth_plugin }}
auth_plugin = {{ aodh_keystone_auth_plugin }}
signing_dir = {{ aodh_system_user_home }}/cache/api
auth_url = {{ keystone_service_adminuri }}
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 }}
user-name = {{ aodh_service_user_name }}
username = {{ aodh_service_user_name }}
password = {{ aodh_service_password }}
memcached_servers = {{ memcached_servers }}