Skip to content

Commit d930fca

Browse files
committed
CI: Add reno linting
Change-Id: I799d6bf7a381c377dee565c13b1732f7313520f4
1 parent fd4f1a8 commit d930fca

28 files changed

+71
-57
lines changed

releasenotes/notes/add-designate-c789e47f8ced394d.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
features:
33
- Add deployment and management of Designate OpenStack services.
44
issues:
5-
- Customer facing DNS servers for use with Designate still required to be set up manually.
5+
- Customer facing DNS servers for use with Designate still required
6+
to be set up manually.

releasenotes/notes/add-ironic-prometheus-exporter-c793478ee5938bee.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
features:
33
- |
44
Adds an image and further support for the ironic-prometheus-exporter, 'a
5-
Tool to expose hardware sensor data in the Prometheus format through an HTTP
6-
endpoint'.
5+
Tool to expose hardware sensor data in the Prometheus format through an
6+
HTTP endpoint'.
77
See https://opendev.org/openstack/ironic-prometheus-exporter for more details
88
about the exporter.

releasenotes/notes/add-monasca-grafana-app-ea24f8ca43fa9c7d.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
features:
33
- |
44
Add a Monasca app plugin for the Monasca fork of Grafana. Plugin provides
5-
screens for viewing or configuring: Alarm Definitions, Alarms and Notifications
5+
screens for viewing or configuring: Alarm Definitions, Alarms and
6+
Notifications.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
features:
3-
- Add support for networking-ansible. Installs networking-ansible ML2 driver in the neutron
4-
base image when building from source. Binary users can use ``neutron_server_packages_append``
5-
to include ``python-networking-ansible`` when building neutron-server image.
3+
- Add support for networking-ansible. Installs networking-ansible ML2 driver
4+
in the neutron base image when building from source. Binary users can use
5+
``neutron_server_packages_append`` to include ``python-networking-ansible``
6+
when building neutron-server image.

releasenotes/notes/add-use-dumb-init-config-option-26b47f6d97d7585c.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
features:
33
- |
4-
Adds configuration option ``use_dumb_init``, with default value of ``True``.
5-
This can be use to avoid the of ``dumb-init`` as the container entrypoint,
4+
Adds configuration option ``use_dumb_init``, with default value of
5+
``True``. This can be use to avoid the of ``dumb-init`` as the
6+
container entrypoint,
67
using ``kolla_start`` directly instead. This option can also be disabled
78
via the ``kolla-build --nouse-dumb-init`` CLI argument.
89
upgrade:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Fix inability to run UEFI-based images/instances by installing UEFI packages
5-
also in nova-libvirt image which is not based on nova-base.
4+
Fix inability to run UEFI-based images/instances by installing UEFI
5+
packages also in nova-libvirt image which is not based on nova-base.
66
`LP#1814552 <https://launchpad.net/bugs/1814552>`__
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Fix bug which caused Keystone Fernet key distribution to fail on Python 3 systems,
5-
by adapting fetch-fernet-keys.py script to work on Python 3.
4+
Fix bug which caused Keystone Fernet key distribution to fail on Python 3
5+
systems, by adapting fetch-fernet-keys.py script to work on Python 3.
66
`LP#1859047 <https://launchpad.net/bugs/1859047>`__
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
CentOS ``nova-compute`` image has ``linux-firmware`` package removed to save
5-
image size by ~500MB.
4+
CentOS ``nova-compute`` image has ``linux-firmware`` package removed to
5+
save image size by ~500MB.
66
`LP#1926801 <https://launchpad.net/bugs/1926801>`__
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
fixes:
33
- |
4-
Fixes a bug where swtpm and swtpm-tools deb packages are missing in 'nova-compute' and 'nova-libvirt' containers which keeps 'nova-compute' container from starting when operator enables TPM support in Nova.
4+
Fixes a bug where swtpm and swtpm-tools deb packages are missing in
5+
'nova-compute' and 'nova-libvirt' containers which keeps
6+
'nova-compute' container from starting when operator enables TPM
7+
support in Nova.
58
`LP#2062572 <https://launchpad.net/bugs/2062572>`__

releasenotes/notes/deprecate-kubernetes-dbabf9f86c15a0ee.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deprecations:
1414
The deprecated images include: ``helm-repository``, ``kube-*``,
1515
``kubernetes-entrypoint`` and ``kubetoolbox``.
1616
The ``install_kubectl`` macro is deprecated as well and, along with it,
17-
the ``magnum-conductor`` image's ``kubectl`` command because it is of limited
18-
usefulness being pinned to an old version. Magnum end-users use
17+
the ``magnum-conductor`` image's ``kubectl`` command because it is of
18+
limited usefulness being pinned to an old version. Magnum end-users use
1919
an externally-provided ``kubectl``.
2020
Please note this deprecation does not affect Magnum nor Qinling support.

0 commit comments

Comments
 (0)