You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gnocchi Grafana datasource is failing with Gnocchi is unreachable or CORS is misconfigured (detail: TypeError: NetworkError when attempting to fetch resource.) Grafana version is 8.2.1 and gnocchixyz-gnocchi-datasource has this fix applied.
Both Keystone and Gnocchi have this in their configs:
Hi,
The Gnocchi Grafana datasource is failing with
Gnocchi is unreachable or CORS is misconfigured (detail: TypeError: NetworkError when attempting to fetch resource.)
Grafana version is 8.2.1 and gnocchixyz-gnocchi-datasource has this fix applied.Both Keystone and Gnocchi have this in their configs:
[cors] allowed_origin = * allow_methods = GET,POST,PUT,DELETE,OPTIONS,HEAD allow_headers = X-Auth-Token,X-Openstack-Request-Id,X-Subject-Token,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-Domain-Id,X-Domain-Name
But somehow the integration keep failing.
The text was updated successfully, but these errors were encountered: