Comment 1 for bug 1775501

Revision history for this message
Xav Paice (xavpaice) wrote : Re: gnocchi_external_project_owner default is 'service' which does not exist

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?