Cleanup release notes

The main purpose of prelude is to describe release highlights.
The current usage of prelude looks random and there is no need for
individual release notes to use prelude section.
This commit cleans them up.

Also add a note on this to the contributor guide.

Change-Id: Ib72a3f4fc1bac2befd900249d07f5d67a56079f3
This commit is contained in:
Akihiro Motoki 2017-07-24 00:40:37 +00:00
parent a694f439da
commit c17a93af02
3 changed files with 13 additions and 12 deletions

View File

@ -606,8 +606,12 @@ If the following applies to the patch, a release note is required:
the default
* A security bug is fixed
A release note is suggested if a long-standing or important bug is fixed.
Otherwise, a release note is not required.
.. note::
* A release note is suggested if a long-standing or important bug is fixed.
Otherwise, a release note is not required.
* It is not recommended that individual release notes use **prelude**
section as it is for release highlights.
Horizon uses `reno <http://docs.openstack.org/developer/reno/usage.html>`_ to
generate release notes. Please read the docs for details. In summary, use

View File

@ -1,9 +1,8 @@
---
prelude: >
Cinder defines storage size in gibibytes (GiB), which is inconsistent with
Horizon panels that show/request storage size in gigabytes (GB).
features:
- All Volume related panels in Horizon that previously used the term "GB" and
- Cinder defines storage size in gibibytes (GiB), which is inconsistent with
Horizon panels that show/request storage size in gigabytes (GB).
All Volume related panels in Horizon that previously used the term "GB" and
"gigabyte" have been replaced with 'GiB' and 'gibibyte'.
issues:
- There are also some Nova related panels (e.g. "Instances") that reference

View File

@ -1,10 +1,8 @@
---
prelude: >
In an effort to standarize our HTML class naming
conventions, we will be updating various class
names to use dashes, instead of underscore or
camelcasing, to match with Bootstrap's convention.
deprecations:
- All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
- In an effort to standarize our HTML class naming conventions,
we will be updating various class names to use dashes, instead of
underscore or camelcasing, to match with Bootstrap's convention.
All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
All instances of HTML class 'd3_pie_chart_distribution' to
'pie-chart-distribution'.