Fix issues obtaining Keystone token with Monasca Grafana

When using the the default domain name there are issues authenticating
with Keystone. For example, you can only log in on the second attempt
and the Monasca datasource fails to authenticate. Switching to the
default domain id resolves these issues.

Change-Id: I2cb4b2608c74dd853c97e4fc27078930bc72fdf8
(cherry picked from commit fe19df1241)
This commit is contained in:
Doug Szumski 2019-05-09 11:53:09 +01:00
parent 7cdc4e55f6
commit 20b7e39d42

View File

@ -48,7 +48,7 @@ admin_password = {{ monasca_grafana_admin_password }}
[auth.keystone]
enabled = true
auth_url = {{ keystone_internal_url }}
default_domain = {{ default_project_domain_name }}
default_domain = {{ default_project_domain_id }}
default_role = Viewer
admin_roles = admin
editor_roles = _member_