[release] Tidy up release notes for Zed
Change-Id: If98434d7941cf319b0689441827290791f596a04
This commit is contained in:
parent
113242c864
commit
60b39ccd40
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
With the parameter ``bifrost_deploy_verbosity`` it is possible
|
Adds ``bifrost_deploy_verbosity`` parameter. It allows to change
|
||||||
to set the verbosity of the bootstrap of Bifrost.
|
the verbosity of the Bifrost bootstrap task.
|
||||||
|
``-vvvv`` is a default value.
|
||||||
By default ``-vvvv`` is set.
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fixes 1982777.
|
Fixes `LP#1982777 <https://launchpad.net/bugs/1982777>`__.
|
||||||
Set multipathd user_friendly_names to "no"
|
Set multipathd user_friendly_names to "no"
|
||||||
to make os-brick able to resize volumes online.
|
to make os-brick able to resize volumes online.
|
||||||
Adds ability to override multipathd config.
|
Adds ability to override multipathd config.
|
||||||
`LP#1982777 <https://launchpad.net/bugs/1982777>`__
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
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
|
This bug caused the database log_bin_trust_function_creators variable
|
||||||
not to be set back to "OFF" after a keystone upgrade.
|
not to be set back to "OFF" after a keystone upgrade.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The variable keystone_token_provider does not exist anymore,
|
- The variable ``keystone_token_provider`` does not exist anymore,
|
||||||
because there is no alternative.
|
because there is no alternative.
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
---
|
---
|
||||||
features:
|
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
|
It is dictionary whose keys and respective values are added to
|
||||||
a dictionary whose keys are the options to be set and its values contain
|
the pushgateway's URL, checking that no "None" value is being set.
|
||||||
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.
|
|
||||||
|
|
||||||
For example, the following configurations:
|
For example, the following configurations:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
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>`__
|
`LP#1966536 <https://bugs.launchpad.net/kolla-ansible/+bug/1966536>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fix zun capsules lose the network namespaces after restarting
|
Fixes Zun capsules loosing network namespaces after
|
||||||
zun_cni_daemon container
|
restarting zun_cni_daemon container
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Supports configuration of arbitrary HAProxy services in active/passive
|
Adds support for setting up arbitrary HAProxy services in
|
||||||
mode.
|
active/passive mode.
|
||||||
|
@ -12,8 +12,9 @@ upgrade:
|
|||||||
``ironic_dnsmasq_dhcp_default_lease_time`` variable or per range via
|
``ironic_dnsmasq_dhcp_default_lease_time`` variable or per range via
|
||||||
``lease_time`` parameter.
|
``lease_time`` parameter.
|
||||||
- |
|
- |
|
||||||
Replace usage of ``ironic_dnsmasq_dhcp_range`` together with
|
Replaced ``ironic_dnsmasq_dhcp_range`` and
|
||||||
``ironic_dnsmasq_default_gateway`` to ``ironic_dnsmasq_dhcp_ranges``.
|
``ironic_dnsmasq_default_gateway`` in favour of
|
||||||
|
``ironic_dnsmasq_dhcp_ranges``.
|
||||||
For example, if you have::
|
For example, if you have::
|
||||||
|
|
||||||
ironic_dnsmasq_dhcp_range: "10.42.0.2,10.42.0.254,255.255.255.0"
|
ironic_dnsmasq_dhcp_range: "10.42.0.2,10.42.0.254,255.255.255.0"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
With the ``ironic_http_interface/ironic_http_interface_address``
|
Adds ``ironic_http_interface/ironic_http_interface_address``
|
||||||
parameters it is possible to set the addresses for the
|
parameters to set the addresses for the ``ironic_http`` service.
|
||||||
``ironic_http`` service.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
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
|
the inactivity probe interval of the OpenFlow connection
|
||||||
to the OpenvSwitch integration bridge, in seconds. If the
|
to the OpenvSwitch integration bridge, in seconds. If the
|
||||||
value is zero, it disables the connection keepalive feature.
|
value is zero, it disables the connection keepalive feature.
|
||||||
@ -10,5 +10,5 @@ features:
|
|||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
For ovn the default value of openflow-probe-interval was
|
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.
|
variable to override.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
The deprecated ``enable_ironic_ipxe`` has been removed. The iPXE still
|
The deprecated ``enable_ironic_ipxe`` variable has been removed.
|
||||||
works by default and it can be disabled by setting the more-aptly-named
|
The iPXE still works by default and it can be disabled by setting
|
||||||
``ironic_dnsmasq_serve_ipxe`` to ``false``.
|
the more-aptly-named ``ironic_dnsmasq_serve_ipxe`` to ``false``.
|
||||||
|
Loading…
Reference in New Issue
Block a user