Merge "Cleanup release notes"

This commit is contained in:
Jenkins 2017-07-27 05:08:40 +00:00 committed by Gerrit Code Review
commit 2b78015405
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'.