[release] Tidy up release notes for Zed

Change-Id: If98434d7941cf319b0689441827290791f596a04
This commit is contained in:
Bartosz Bezak 2022-12-02 13:51:30 +01:00
parent 113242c864
commit 60b39ccd40
12 changed files with 25 additions and 31 deletions

View File

@ -1,7 +1,6 @@
---
features:
- |
With the parameter ``bifrost_deploy_verbosity`` it is possible
to set the verbosity of the bootstrap of Bifrost.
By default ``-vvvv`` is set.
Adds ``bifrost_deploy_verbosity`` parameter. It allows to change
the verbosity of the Bifrost bootstrap task.
``-vvvv`` is a default value.

View File

@ -1,8 +1,7 @@
---
fixes:
- |
Fixes 1982777.
Fixes `LP#1982777 <https://launchpad.net/bugs/1982777>`__.
Set multipathd user_friendly_names to "no"
to make os-brick able to resize volumes online.
Adds ability to override multipathd config.
`LP#1982777 <https://launchpad.net/bugs/1982777>`__

View File

@ -1,6 +1,6 @@
---
fixes:
- |
Fixed `bug #1987982 <https://bugs.launchpad.net/kolla-ansible/+bug/1987982>`_
Fixed `bug #1987982 <https://bugs.launchpad.net/kolla-ansible/+bug/1987982>`_.
This bug caused the database log_bin_trust_function_creators variable
not to be set back to "OFF" after a keystone upgrade.

View File

@ -1,4 +1,4 @@
---
upgrade:
- The variable keystone_token_provider does not exist anymore,
- The variable ``keystone_token_provider`` does not exist anymore,
because there is no alternative.

View File

@ -1,14 +1,10 @@
---
features:
- |
Adds ability to configure the Prometheus pushgateway options of its URL.
Adds a new variable ``ceilometer_prometheus_pushgateway_options``.
Adds a new variable ``ceilometer_prometheus_pushgateway_options``. This is
a dictionary whose keys are the options to be set and its values contain
what to set them to.
These options and respective values are then added to the pushgateway's
URL, checking that no "None" value is being set.
It is dictionary whose keys and respective values are added to
the pushgateway's URL, checking that no "None" value is being set.
For example, the following configurations:

View File

@ -1,5 +1,5 @@
---
fixes:
- |
fix missing [taskflow] section in masakari.conf.j2
Fixes missing ``[taskflow]`` section in masakari.conf.j2
`LP#1966536 <https://bugs.launchpad.net/kolla-ansible/+bug/1966536>`__

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Fix zun capsules lose the network namespaces after restarting
zun_cni_daemon container
Fixes Zun capsules loosing network namespaces after
restarting zun_cni_daemon container

View File

@ -1,5 +1,5 @@
---
features:
- |
Supports configuration of arbitrary HAProxy services in active/passive
mode.
Adds support for setting up arbitrary HAProxy services in
active/passive mode.

View File

@ -12,8 +12,9 @@ upgrade:
``ironic_dnsmasq_dhcp_default_lease_time`` variable or per range via
``lease_time`` parameter.
- |
Replace usage of ``ironic_dnsmasq_dhcp_range`` together with
``ironic_dnsmasq_default_gateway`` to ``ironic_dnsmasq_dhcp_ranges``.
Replaced ``ironic_dnsmasq_dhcp_range`` and
``ironic_dnsmasq_default_gateway`` in favour of
``ironic_dnsmasq_dhcp_ranges``.
For example, if you have::
ironic_dnsmasq_dhcp_range: "10.42.0.2,10.42.0.254,255.255.255.0"

View File

@ -1,6 +1,5 @@
---
features:
- |
With the ``ironic_http_interface/ironic_http_interface_address``
parameters it is possible to set the addresses for the
``ironic_http`` service.
Adds ``ironic_http_interface/ironic_http_interface_address``
parameters to set the addresses for the ``ironic_http`` service.

View File

@ -1,7 +1,7 @@
---
features:
- |
For ovn added ovn-openflow-probe-interval variable, it sets
Adds ``ovn-openflow-probe-interval`` variable. It sets
the inactivity probe interval of the OpenFlow connection
to the OpenvSwitch integration bridge, in seconds. If the
value is zero, it disables the connection keepalive feature.
@ -10,5 +10,5 @@ features:
upgrade:
- |
For ovn the default value of openflow-probe-interval was
changed to 60 seconds. Use the ovn-openflow-probe-interval
changed to 60 seconds. Use the ``ovn-openflow-probe-interval``
variable to override.

View File

@ -1,6 +1,6 @@
---
upgrade:
- |
The deprecated ``enable_ironic_ipxe`` has been removed. The iPXE still
works by default and it can be disabled by setting the more-aptly-named
``ironic_dnsmasq_serve_ipxe`` to ``false``.
The deprecated ``enable_ironic_ipxe`` variable has been removed.
The iPXE still works by default and it can be disabled by setting
the more-aptly-named ``ironic_dnsmasq_serve_ipxe`` to ``false``.