Spruce up release notes for 12.2.0 release

Change-Id: I8b82a7caf64f5e56e4dcf9b4c2007f55d929863b
This commit is contained in:
Mark Goddard 2019-06-18 13:21:01 +01:00
parent 88f26ae6fe
commit 0cf907bd00
15 changed files with 33 additions and 34 deletions

View File

@ -1,8 +1,7 @@
--- ---
fixes: fixes:
- | - |
Fixes an issue that can occur in CI and in physical deployments where the Fixes an issue where the Networking Service performs a pre-flight operation
Networking Service performs a pre-flight operation which can exceed which can exceed the prior default for ``30`` seconds. The new default is
the prior default for ``30`` seconds. The new default is ``45`` seconds, ``45`` seconds, and operators can tune the setting via the
and operators can tune the setting via the ``[neutron]request_timeout`` ``[neutron]request_timeout`` setting.
setting.

View File

@ -1,12 +1,12 @@
--- ---
features: features:
- Adds option 'allow_deleting_available_nodes' to control whether nodes in - Adds option ``allow_deleting_available_nodes`` to control whether nodes in
state 'available' should be deletable (which is and stays the default). state ``available`` should be deletable (which is and stays the default).
Setting this option to False will remove 'available' from the list of Setting this option to ``False`` will remove ``available`` from the list of
states in which nodes can be deleted from ironic. It hence provides states in which nodes can be deleted from ironic. It hence provides
protection against accidental removal of nodes which are ready for protection against accidental removal of nodes which are ready for
allocation (and is meant as a safeguard for the operational effort to allocation (and is meant as a safeguard for the operational effort to
bring nodes into this state). For backwards compatibility reasons, the bring nodes into this state). For backwards compatibility reasons, the
default value for this option is True. The other states in which nodes default value for this option is ``True``. The other states in which nodes
can be deleted from ironic ('manageable', 'enroll', and 'adoptfail') can be deleted from ironic (``manageable``, ``enroll``, and ``adoptfail``)
remain unchanged. This option can be changed without service restart. remain unchanged. This option can be changed without service restart.

View File

@ -9,4 +9,5 @@ features:
upgrade: upgrade:
- | - |
This change requires python-dracclient version 3.0.0 and later. Updates the minimum required version of ``python-dracclient`` to ``3.0.0``
when using the ``idrac`` hardware type.

View File

@ -1,5 +1,5 @@
--- ---
features: features:
- | - |
Adds REST API endpoint for updating an existing allocation. Only ``name`` API version 1.57 adds a REST API endpoint for updating an existing
and ``extra`` fields are allowed to be updated. allocation. Only ``name`` and ``extra`` fields are allowed to be updated.

View File

@ -1,6 +1,7 @@
--- ---
fixes: fixes:
- Fixes node last_error and maintenance_reason overflow with too long error - Fixes overflowing of the node fields ``last_error`` and
messages, preventing the object from being correctly committed to database. ``maintenance_reason``, which would prevent the object from being correctly
The maximum message length can be customized through a new configuration committed to the database. The maximum message length can be customized
parameter, ``[DEFAULT]/log_in_db_max_size`` (default, 4096 characters). through a new configuration parameter, ``[DEFAULT]/log_in_db_max_size``
(default, 4096 characters).

View File

@ -1,8 +1,8 @@
--- ---
fixes: fixes:
- | - |
Fixes a deployment issue encountered during deployment, more precisely Fixes an issue encountered during deployment, more precisely
during the configdrive partition creation step. On some specific devices during the configdrive partition creation step. On some specific devices
like NVMe drives, the created configdrive partition could not be correctly like NVMe drives, the created configdrive partition could not be correctly
identified (required to dump data onto it afterward). identified (required to dump data onto it afterward).
https://storyboard.openstack.org/#!/story/2005764 See `story 2005764 <https://storyboard.openstack.org/#!/story/2005764>`_.

View File

@ -1,7 +1,7 @@
--- ---
fixes: fixes:
- | - |
Fixes an issue regarding the ``ansible deployment interface`` cleaning Fixes an issue regarding the ``ansible`` deploy interface cleaning
workflow. workflow.
Handling the error in the driver and returning nothing caused the manager Handling the error in the driver and returning nothing caused the manager
to consider the step done and go to the next one instead of interrupting to consider the step done and go to the next one instead of interrupting

View File

@ -1,4 +1,4 @@
--- ---
fixes: fixes:
- Fixes an issue with the ansible deployment interface where raw images - Fixes an issue with the ``ansible`` deploy interface where raw images
could not be streamed correctly to the host. could not be streamed correctly to the host.

View File

@ -1,5 +1,5 @@
--- ---
fixes: fixes:
- | - |
Fixes deployment with the ``ansible`` deploy interface and instance images with GPT partition Fixes deployment with the ``ansible`` deploy interface and instance images
table. with GPT partition table.

View File

@ -1,7 +1,7 @@
--- ---
upgrade: upgrade:
- | - |
``commit_required`` is no longer present in the dictionary returned by Removes ``commit_required`` from the dictionary returned by
the ``set_bios_config`` vendor passthru call in the ``idrac`` hardware the ``set_bios_config`` vendor passthru call in the ``idrac`` hardware
type. ``commit_required`` was split into two keys: ``is_commit_required`` type. ``commit_required`` was split into two keys: ``is_commit_required``
and ``is_reboot_required``, which indicate the actions necessary to and ``is_reboot_required``, which indicate the actions necessary to

View File

@ -1,6 +1,6 @@
--- ---
features: features:
- | - |
A new option ``enable_mdns`` allows to enable publishing the baremetal Adds a new option ``enable_mdns`` which enables publishing the baremetal
API endpoint via mDNS as specified in the `API SIG guideline API endpoint via mDNS as specified in the `API SIG guideline
<http://specs.openstack.org/openstack/api-sig/guidelines/dns-sd.html>`_. <http://specs.openstack.org/openstack/api-sig/guidelines/dns-sd.html>`_.

View File

@ -1,6 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
The configuration option ``[DEFAULT]/hash_distribution_replicas`` was Removes the configuration option ``[DEFAULT]/hash_distribution_replicas``
deprecated in the Stein cycle. It has been removed which was deprecated in the Stein cycle.
and is no longer supported.

View File

@ -1,7 +1,7 @@
--- ---
upgrade: upgrade:
- | - |
The configuration option ``[DEFAULT]enabled_drivers`` is removed. The Removes the configuration option ``[DEFAULT]enabled_drivers``. The
option was deprecated in Rocky, and setting this option has raised an option was deprecated in Rocky, and setting this option has raised an
exception preventing conductor from starting since then. exception preventing conductor from starting since then.
``[DEFAULT]enabled_hardware_types`` should be used instead. ``[DEFAULT]enabled_hardware_types`` should be used instead.

View File

@ -7,7 +7,7 @@ features:
is not enabled which aligns with the prior behavior of sensor data is not enabled which aligns with the prior behavior of sensor data
collection and transmission where such data was only collected collection and transmission where such data was only collected
if an ``instance_uuid`` was present to signify that the node has been or if an ``instance_uuid`` was present to signify that the node has been or
is being deployed. With this change set to ``True``, operators may be able is being deployed. With this option set to ``True``, operators may be able
to identify hardware in a faulty state through the sensor data and take to identify hardware in a faulty state through the sensor data and take
action before an instance workload is deployed. action before an instance workload is deployed.
fixes: fixes:

View File

@ -4,6 +4,5 @@ deprecations:
deprecated. deprecated.
Please use the configuration option Please use the configuration option
``[ironic_lib]/fatal_exception_format_errors`` instead. ``[ironic_lib]/fatal_exception_format_errors`` instead.
other: upgrade:
- Use the module exception from ironic-lib. - Updates the minimum required version of ``ironic-lib`` to ``2.17.1``.
Update ironic-lib minimum version required to 2.17.1.