aodh/releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml
Andreas Jaeger de4eb0c809 Fix releasenote RST syntax
Add an empty line so that display of the release notes works and it gets
passed as proper RST enumeration. Fix also a typo.

Change-Id: I994aa3cf173ec8a9412239544e3269aca17adc25
2017-07-18 21:38:49 +02:00

13 lines
531 B
YAML

---
fixes:
- |
When an unprivileged user want to access to Gnocchi resources created by
Ceilometer, that doesn't work because the filter scope the Gnocchi query to
resource owner to the user. To fix we introduce a new configuration option
"gnocchi_external_project_owner" set by default to "service". The new
filter now allow two kind of Gnocchi resources:
* owned by the user project
* owned by "gnocchi_external_project_owner" and the original project_id of
the resource is the user project.