diff --git a/src/templates/aodh.conf b/src/templates/aodh.conf index c9ba1e0..028beb5 100644 --- a/src/templates/aodh.conf +++ b/src/templates/aodh.conf @@ -11,16 +11,7 @@ connection = {{ shared_db.uri }} connection = mongodb://{{ mongodb.hostname }}:{{ mongodb.port }}/aodh {%- endif %} -[keystone_authtoken] -{% if identity_service.auth_host -%} -auth_type = password -identity_uri = {{ identity_service.auth_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }} -auth_uri = {{ identity_service.service_protocol }}://{{ identity_service.service_host }}:{{ identity_service.service_port }} -auth_url = {{ identity_service.auth_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }} -project_name = {{ identity_service.service_tenant }} -username = {{ identity_service.service_username }} -password = {{ identity_service.service_password }} -{%- endif %} +{% include "parts/section-keystone-authtoken" %} [service_credentials] {% if identity_service.auth_host -%}