Prepare 16.2 and clean up release note

Change-Id: I6e5f0e560f3f125a83e0514c10bee664c17663f2
This commit is contained in:
Dmitry Tantsur 2021-02-11 13:12:04 +01:00
parent 235115099a
commit af4a7b0d9c
6 changed files with 29 additions and 14 deletions

View File

@ -283,6 +283,24 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'], 'VolumeTarget': ['1.0'],
} }
}, },
'16.2': {
'api': '1.68',
'rpc': '1.51',
'objects': {
'Allocation': ['1.1'],
'Node': ['1.35'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'Deployment': ['1.0'],
'DeployTemplate': ['1.1'],
'Port': ['1.10'],
'Portgroup': ['1.4'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'master': { 'master': {
'api': '1.68', 'api': '1.68',
'rpc': '1.51', 'rpc': '1.51',

View File

@ -1,7 +1,7 @@
--- ---
upgrade: upgrade:
- | - |
The default value of ``[oslo_policy] policy_file`` config option has been The default value of ``[oslo_policy]policy_file`` config option has been
changed from ``policy.json`` to ``policy.yaml``. changed from ``policy.json`` to ``policy.yaml``.
Operators who are utilizing customized policy files or previously generated Operators who are utilizing customized policy files or previously generated
static policy files (which are not needed by default), should generate static policy files (which are not needed by default), should generate

View File

@ -1,9 +1,6 @@
--- ---
fixes: fixes:
- | - |
Fixes redfish firmware update for ilo5 based hardware by Fixes redfish firmware update for ``ilo5`` hardware type by
making necessary changes to check whether sushy_task.messages fixing the Redfish task message detection and correctly preparing
is present, since in case of iLo task data does not contain the ramdisk before rebooting.
messages attribute. Also it was not calling prepare_ramdisk()
before rebooting the system to update the firmware which has
been fixed in this patch.

View File

@ -1,10 +1,10 @@
--- ---
features: features:
- | - |
Adds the `[DEFAULT]raw_image_growth_factor` configuration option which Adds the ``[DEFAULT]raw_image_growth_factor`` configuration option which
is a scale factor used for estimating the size of a raw image converted is a scale factor used for estimating the size of a raw image converted
from compact image formats such as QCOW2. By default this is set to 2.0. from compact image formats such as QCOW2. By default this is set to 2.0.
When clearing the cache to make space for a converted raw image, the full When clearing the cache to make space for a converted raw image, the full
virtual size is attempted first, and if not enough space is available a virtual size is attempted first, and if not enough space is available a
second attempt is made with the (smaller) estimated size. second attempt is made with the (smaller) estimated size.

View File

@ -2,5 +2,5 @@
fixes: fixes:
- | - |
Retries virtual media insert on failure to allow Retries virtual media insert on failure to allow
for an eject that may not have finished. for an eject that may not have finished (see `story 2008504
https://storyboard.openstack.org/#!/story/2008504 <https://storyboard.openstack.org/#!/story/2008504>`_).

View File

@ -10,6 +10,6 @@ fixes:
current setting (see `story 2007355 current setting (see `story 2007355
<https://storyboard.openstack.org/#!/story/2007355>`_). <https://storyboard.openstack.org/#!/story/2007355>`_).
This requires that node.properties['vendor'] be 'supermicro' which will This requires that ``node.properties['vendor']`` be ``supermicro`` which
be set by Ironic from the Redfish system response or can be set will be set on transition to ``manageable`` based on the Redfish system
manually. object or can be set manually.