diff --git a/releasenotes/notes/bifrost-deploy-verbosity-f6a90727649285b5.yaml b/releasenotes/notes/bifrost-deploy-verbosity-f6a90727649285b5.yaml index 009307927af6ff1064d92ffde3a3c9afbfa844cf..aef8c9bd769a789baf3d6bdfe1c22a4734d31bab 100644 --- a/releasenotes/notes/bifrost-deploy-verbosity-f6a90727649285b5.yaml +++ b/releasenotes/notes/bifrost-deploy-verbosity-f6a90727649285b5.yaml @@ -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. diff --git a/releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml b/releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml index 0a80e3ce387068c61b04237af742e44b56e258ae..0ad2ad327dbad38afea402dc023a3d7a7ea67be6 100644 --- a/releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml +++ b/releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml @@ -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>`__ diff --git a/releasenotes/notes/bug-1987982-fix-keystone-log_bin_trust_function_creators-variables-8628098891513dac.yaml b/releasenotes/notes/bug-1987982-fix-keystone-log_bin_trust_function_creators-variables-8628098891513dac.yaml index 5319b1cd01b38a0fb52e7457745b0d16759bef87..06681dda98296fb6680dd5f1c54b9b40e0f29c4d 100644 --- a/releasenotes/notes/bug-1987982-fix-keystone-log_bin_trust_function_creators-variables-8628098891513dac.yaml +++ b/releasenotes/notes/bug-1987982-fix-keystone-log_bin_trust_function_creators-variables-8628098891513dac.yaml @@ -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. diff --git a/releasenotes/notes/drop-keystone-token-provider-variable-6d18857276295bd6.yaml b/releasenotes/notes/drop-keystone-token-provider-variable-6d18857276295bd6.yaml index 1daf939c8e82a34aac821cfe203bee369747e0ed..309672a2be483d30ba1f0696dcd580d0e1b1242c 100644 --- a/releasenotes/notes/drop-keystone-token-provider-variable-6d18857276295bd6.yaml +++ b/releasenotes/notes/drop-keystone-token-provider-variable-6d18857276295bd6.yaml @@ -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. diff --git a/releasenotes/notes/feature-1968597-4b414566f82c90fa.yaml b/releasenotes/notes/feature-1968597-4b414566f82c90fa.yaml index 0697080c4bfea34b6efda5d5b18f8969fac3cdff..bab72f91e37beedc9105410a54121d28441bbe9c 100644 --- a/releasenotes/notes/feature-1968597-4b414566f82c90fa.yaml +++ b/releasenotes/notes/feature-1968597-4b414566f82c90fa.yaml @@ -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: diff --git a/releasenotes/notes/fix-masakari-conf-missing-taskflow-section-31b6654e29bec35d.yaml b/releasenotes/notes/fix-masakari-conf-missing-taskflow-section-31b6654e29bec35d.yaml index 43a058b7372ceac0e89a642ac18c86650d75217b..70727f8a9d821561688918e3ddac7ed507a79c4f 100644 --- a/releasenotes/notes/fix-masakari-conf-missing-taskflow-section-31b6654e29bec35d.yaml +++ b/releasenotes/notes/fix-masakari-conf-missing-taskflow-section-31b6654e29bec35d.yaml @@ -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>`__ diff --git a/releasenotes/notes/fix-zun_cni_daemon-mounts-9a7664896cfc7a9f.yaml b/releasenotes/notes/fix-zun_cni_daemon-mounts-9a7664896cfc7a9f.yaml index 536af8d132a18c9a76c23a2b66e50919c773419e..52d92d67c23e3962fc1bdd60176bf197f2e4e086 100644 --- a/releasenotes/notes/fix-zun_cni_daemon-mounts-9a7664896cfc7a9f.yaml +++ b/releasenotes/notes/fix-zun_cni_daemon-mounts-9a7664896cfc7a9f.yaml @@ -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 diff --git a/releasenotes/notes/haproxy-active-passive-523139557659d6e5.yaml b/releasenotes/notes/haproxy-active-passive-523139557659d6e5.yaml index f500605c9b081f243879db54c9143c1ba41da011..501bdcb41801cf7bfd7d150c41d5ac5c2a1ed8bf 100644 --- a/releasenotes/notes/haproxy-active-passive-523139557659d6e5.yaml +++ b/releasenotes/notes/haproxy-active-passive-523139557659d6e5.yaml @@ -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. diff --git a/releasenotes/notes/ironic-inspector-multiple-ranges-b7c734d38b90c331.yaml b/releasenotes/notes/ironic-inspector-multiple-ranges-b7c734d38b90c331.yaml index ac1768b13ea8e88d89e431f1a2ff3f69224df0ba..5d81c3a6ba64c491e8403f5d4cdeb3fa3a9072e5 100644 --- a/releasenotes/notes/ironic-inspector-multiple-ranges-b7c734d38b90c331.yaml +++ b/releasenotes/notes/ironic-inspector-multiple-ranges-b7c734d38b90c331.yaml @@ -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" diff --git a/releasenotes/notes/ironic-interface-afa7ffe9a341a892.yaml b/releasenotes/notes/ironic-interface-afa7ffe9a341a892.yaml index 3d9b5dffa0595c243e92d5c1b7e6a32816833781..7c99dad08f1fa81683a309d48a51539ad015dd45 100644 --- a/releasenotes/notes/ironic-interface-afa7ffe9a341a892.yaml +++ b/releasenotes/notes/ironic-interface-afa7ffe9a341a892.yaml @@ -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. diff --git a/releasenotes/notes/ovn-probe-timeouts-6b7747486d59e58e.yaml b/releasenotes/notes/ovn-probe-timeouts-6b7747486d59e58e.yaml index bc5a82fca5e82bbc75a26d518c6347e67687628e..df142f39f03b734853d901b2956c4df71eb5c9c4 100644 --- a/releasenotes/notes/ovn-probe-timeouts-6b7747486d59e58e.yaml +++ b/releasenotes/notes/ovn-probe-timeouts-6b7747486d59e58e.yaml @@ -1,8 +1,8 @@ --- features: - | - For ovn added ovn-openflow-probe-interval variable, it sets - the inactivity probe interval of the OpenFlow connection + 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. The default value is 60 seconds. @@ -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. diff --git a/releasenotes/notes/remove-deprecated-enable_ironic_ipxe-70addb60a0b3caa7.yaml b/releasenotes/notes/remove-deprecated-enable_ironic_ipxe-70addb60a0b3caa7.yaml index 5b8cea8c30cf9c3c024bbda2ee3036c7dbd87b7a..ea868cb00540189ee0546cfd9c2e2d591f77c494 100644 --- a/releasenotes/notes/remove-deprecated-enable_ironic_ipxe-70addb60a0b3caa7.yaml +++ b/releasenotes/notes/remove-deprecated-enable_ironic_ipxe-70addb60a0b3caa7.yaml @@ -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``.