Additionally, we find the following are needed in aodh.conf in order to overcome the lack of specifics with the config where we have a services_domain and 'default' domain.
[service_credentials] project_domain_name = service_domain user_domain_name = service_domain
From another layer, we also have ./templates/parts/section-keystone-authtoken which needs:
[keystone_authtoken] project_domain_name = service_domain user_domain_name = service_domain
Currently that section is set to 'default'.
If we didn't add all the services to both the 'default' and the 'services_domain' I wonder if we'd have had such a problem?
Additionally, we find the following are needed in aodh.conf in order to overcome the lack of specifics with the config where we have a services_domain and 'default' domain.
[service_ credentials]
project_domain_name = service_domain
user_domain_name = service_domain
From another layer, we also have ./templates/ parts/section- keystone- authtoken which needs:
[keystone_ authtoken]
project_domain_name = service_domain
user_domain_name = service_domain
Currently that section is set to 'default'.
If we didn't add all the services to both the 'default' and the 'services_domain' I wonder if we'd have had such a problem?