diff --git a/specs/template.rst b/specs/template.rst index f671d1af..0deef603 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -40,6 +40,14 @@ Some notes about using this template: having to look at additional files which can not be viewed in gerrit. It will also allow inline feedback on the diagram itself. +* If your specification proposes any changes to the Glance REST API such + as changing parameters which can be returned or accepted, or even + the semantics of what happens when a client calls into the API, then + you should add the APIImpact flag to the commit message. Specifications with + the APIImpact flag can be found with the following query: + + https://review.openstack.org/#/q/status:open+project:openstack/glance-specs+message:apiimpact,n,z + Problem description ===================