From de4eb0c809930a5b217165f066062dd8ad771a2f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 18 Jul 2017 21:38:49 +0200 Subject: [PATCH] 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 --- .../gnocchi-external-resource-owner-3fad253d30746b0d.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml b/releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml index 45a2997a..c6fb419e 100644 --- a/releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml +++ b/releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml @@ -6,6 +6,7 @@ fixes: 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 orignal project_id of + * owned by "gnocchi_external_project_owner" and the original project_id of the resource is the user project.