Prepare release 16.1

Change-Id: Ia37075d4aa2f39ca0862b03ca02c85bac17400e5
This commit is contained in:
Dmitry Tantsur 2020-12-14 13:27:46 +01:00
parent acb1c6b483
commit 219bf0c373
8 changed files with 39 additions and 20 deletions

View File

@ -265,6 +265,24 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'], 'VolumeTarget': ['1.0'],
} }
}, },
'16.1': {
'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.9'],
'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,5 +1,5 @@
--- ---
fixes: fixes:
- | - |
fixes an issue that physical_network could be set to an empty string, It is no longer possible to set a port's ``physical_network`` to an empty
which makes the port unusable. string, making the port unusable.

View File

@ -1,4 +1,4 @@
--- ---
fixes: fixes:
- | - |
Fix an issue when using idrac with vmedia and trying to inspect a node. Fixes inspection with the ``idrac-redfish-virtual-media`` boot interface.

View File

@ -1,9 +1,10 @@
--- ---
fixes: fixes:
- | - |
Calculating the ipmitool `-N` and `-R` arguments from ironic.conf [ipmi] Calculating the ipmitool ``-N`` and ``-R`` arguments from the configuration
`command_retry_timeout` and `min_command_interval` now takes into account the options ``[ipmi]command_retry_timeout`` and ``[ipmi]min_command_interval``
1 second interval increment that ipmitool adds on each retry event. now takes into account the 1 second interval increment that ipmitool adds
on each retry event.
Failure-path ipmitool run duration will now be just less than Failure-path ipmitool run duration will now be just less than
`command_retry_timeout` instead of much longer. ``command_retry_timeout`` instead of much longer.

View File

@ -1,6 +1,6 @@
--- ---
fixes: fixes:
- | - |
When configured to use json-rpc, the ``[DEFAULT].host`` configuration When configured to use JSON RPC, the ``[DEFAULT]host`` configuration
option to ironic-conductor can now be set to an IPv6 address. Previously option can now be set to an IPv6 address. Previously it could only be
it could only be an IPv4 address or a DNS name. an IPv4 address or a DNS name.

View File

@ -1,4 +1,4 @@
--- ---
features: features:
- | - |
The ramdisk log filename will contain the node name when it exists. The ramdisk log file name now contains the node name when it is set.

View File

@ -1,10 +1,10 @@
--- ---
upgrade: upgrade:
- | - |
Agent raid will remove the root device hint after the RAID configuration The ``agent`` RAID interface now removes any root device hint after
is successfully deleted. the RAID configuration is successfully deleted.
fixes: fixes:
- | - |
Fixes the issue that root device hint is not removed after agent raid Fixes the issue that root device hint is not removed after the ``agent``
interface has successfully deleted RAID configuration, the previous hint RAID interface has successfully deleted RAID configuration. The previous
is not guranteed to be valid thus will cause a deployment failed. hint is not guranteed to be valid and may cause a deployment failure.

View File

@ -1,8 +1,8 @@
--- ---
fixes: fixes:
- | - |
After changing the boot device via Redfish, check that the boot mode being After changing the boot device via Redfish, checks that the boot mode being
reported matches what is configured and, if not, set it to the configured reported matches what is configured and, if not, sets it to the configured
value. Some BMCs change the boot mode when the device is value. Some BMCs change the boot mode when the device is
set via Redfish, see `story 2008252 set via Redfish, see `story 2008252
<https://storyboard.openstack.org/#!/story/2008252>`__ for details. <https://storyboard.openstack.org/#!/story/2008252>`_ for details.