While attempting to add this plugin I get the error:
Gnocchi error: No response status code, is CORS correctly configured ? (detail: [object Object])
I find that this originates in dist/datasource.js:815 in _gnocchi_auth_request which reads:
reason.message = "Gnocchi error: No response status code, is CORS correctly configured ? (detail: " + reason + ")"
Can this be changed to reason.status or something more useful for trouble shooting CORS problems?