Clean up release notes for 6.2.0
This is cleaned up as of commit 2351d624aed7aae9d58ce37676c0181687be0e8a, and should be sufficient for the final release. If something else with a release note lands, we can make any changes there in a later patch. Change-Id: Ia1ef442f3cc0d64c8a7c6fbb5aaf3f0160f214de
This commit is contained in:
parent
2351d624ae
commit
82c2a06a97
@ -1,6 +1,8 @@
|
||||
---
|
||||
features:
|
||||
- Add support for inter-service notifications (disabled by default until the
|
||||
- Adds support for inter-service notifications (disabled by default until the
|
||||
``notification_level`` configuration option is set). For more information,
|
||||
see the notifications documentation in the developer's guide
|
||||
(http://docs.openstack.org/developer/ironic/dev/notifications.html).
|
||||
Notifications are not actually emitted yet, but will be added in a future
|
||||
release.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Add support for InfiniBand network to allow
|
||||
Hardware inspection and PXE boot over InfiniBand.
|
||||
- Adds support for InfiniBand networking to allow
|
||||
hardware inspection and PXE boot over InfiniBand.
|
||||
|
@ -3,4 +3,4 @@ features:
|
||||
- Add the field `standalone_ports_supported` to the
|
||||
portgroup object. This field indicates whether
|
||||
ports that are members of this portgroup can be
|
||||
used as stand alone ports. By default is True.
|
||||
used as stand-alone ports. The default is True.
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- dynamic_allocation flag in node's driver_info can now accept all
|
||||
the values that can be converted to booleans by bool_from_string
|
||||
function from oslo_utils.
|
||||
- The ``dynamic_allocation`` flag in a node's driver_info previously
|
||||
only accepted a Boolean. It now also accepts the strings 't', 'true',
|
||||
'on', 'y', 'yes', or '1' as True, and the strings 'f', 'false', 'off', 'n',
|
||||
'no', or '0' as False. These are matched case-insensitively.
|
||||
|
@ -1,4 +1,3 @@
|
||||
fixes:
|
||||
- Deny too long description of chassis
|
||||
(more than 255 chars) with appropriate
|
||||
correct message.
|
||||
- The API now returns an appropriate error message when a chassis
|
||||
description over 255 characters is specified.
|
||||
|
@ -1,12 +1,10 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
In Nova commit 6047d790a32ef5a65d4d6b029f673ce53c3d4141,
|
||||
functionality is added to the ironic virt
|
||||
driver to support multiple compute hosts without using the hack
|
||||
we call ClusteredComputeManager.
|
||||
The ClusteredComputeManager is now deprecated.
|
||||
|
||||
We anticipate this being included in the Newton release of Nova.
|
||||
In advance of that, we are marking this unsupported component
|
||||
as deprecated, and plan to remove it before the end of the Ocata
|
||||
The Newton version of Nova adds functionality to the ironic virt driver to
|
||||
support multiple compute hosts without using the hack we call
|
||||
ClusteredComputeManager. As such, we are marking this unsupported
|
||||
component as deprecated, and plan to remove it before the end of the Ocata
|
||||
development cycle.
|
||||
|
@ -3,9 +3,8 @@ features:
|
||||
- Adds out-of-band RAID management to DRAC driver using the generic RAID
|
||||
interface which makes the functionality available via manual cleaning
|
||||
steps.
|
||||
upgrade:
|
||||
- New configuration option, ``[drac]query_raid_config_job_status_interval``
|
||||
is added. After Ironic has created the RAID config job on the DRAC card,
|
||||
- New configuration option, ``[drac]/query_raid_config_job_status_interval``
|
||||
was added. After Ironic has created the RAID config job on the DRAC card,
|
||||
it continues to check for status update on the config job to determine
|
||||
whether the RAID configuration was successfully finished at this interval.
|
||||
Default is 120 seconds.
|
||||
whether the RAID configuration was successfully finished within
|
||||
this interval. Default is 120 seconds.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- Adds a new ``[deploy]/erase_devices_metadata_priority`` configuration
|
||||
option to allow operators to configure the priority (or disable) of the
|
||||
option to allow operators to configure the priority of (or disable) the
|
||||
"erase_devices_metadata" cleaning step.
|
||||
upgrade:
|
||||
- The new "erase_devices_metadata" cleaning step is enabled by
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Removed invalid accidental API URL v1/nodes/ports
|
||||
See https://bugs.launchpad.net/ironic/+bug/1580997
|
||||
- Removed invalid API URL ``/v1/nodes/ports``.
|
||||
For more information, see https://bugs.launchpad.net/ironic/+bug/1580997.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- Ironic Inspector inspection interface will not fetch the service endpoint
|
||||
- Ironic Inspector inspection interface will now fetch the service endpoint
|
||||
for the service catalog, if "service_url" is not provided and keystone
|
||||
support is enabled.
|
||||
upgrade:
|
||||
|
@ -2,10 +2,10 @@
|
||||
features:
|
||||
- By default, the ironic-conductor service caches the node's deploy
|
||||
ramdisk and kernel images locally and serves them via a separate
|
||||
HTTP server. A new ``[pxe]ipxe_use_swift`` configuration option
|
||||
HTTP server. A new ``[pxe]/ipxe_use_swift`` configuration option
|
||||
(disabled by default) allows images to be accessed directly
|
||||
from object store via Swift temporary URLs.
|
||||
This is only applicable if iPXE is enabled (via ``[pxe]ipxe_enabled``
|
||||
This is only applicable if iPXE is enabled (via ``[pxe]/ipxe_enabled``
|
||||
configuration option) and image store is in Glance/Swift.
|
||||
For user images that are partition images requiring non-local boot,
|
||||
the default behavior with local caching and an HTTP server
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
features:
|
||||
- This change adds a new policy rule that may be used to mask
|
||||
- Adds a new policy rule that may be used to mask
|
||||
instance-specific secrets, such as configdrive contents or the temp URL
|
||||
used to store a configdrive or instance image. This is similar to how
|
||||
passwords are already masked.
|
||||
upgrade:
|
||||
- After this change, instance secrets will, by default, be masked in API
|
||||
- Instance secrets will now, by default, be masked in API
|
||||
responses. Operators wishing to expose the configdrive or instance image
|
||||
to specific users will need to update their policy.json file and grant the
|
||||
relevant keystone roles.
|
||||
@ -14,6 +14,6 @@ security:
|
||||
own images, which could also contain sensitive information. The Agent
|
||||
drivers may store this information in a Swift temp URL to allow access from
|
||||
the Agent ramdisk. These URLs are considered sensitive information because
|
||||
they grant unauthenticated access to sensitive information. With this
|
||||
change, we being to only selectively expose this information to privileged
|
||||
they grant unauthenticated access to sensitive information. Now,
|
||||
we only selectively expose this information to privileged
|
||||
users, whereas previously it was exposed to all authenticated users.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- Updated proliantutils required version number for iLO drivers
|
||||
to 2.1.11. This version includes fixes for the bugs caused by
|
||||
python request library version 2.11.0, Proliant Gen7 support
|
||||
and iLO based RAID configuration.
|
||||
- The minimum required version of proliantutils (needed for iLO
|
||||
drivers) was bumped to 2.1.11. This version includes fixes for the bugs
|
||||
caused by python request library version 2.11.0, Proliant Gen7 support and
|
||||
iLO based RAID configuration.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- Updated python-scciclient required version number for iRMC driver to
|
||||
0.4.0 which contains the bug fix '#1561852' and miscellaneous improvement.
|
||||
- The minimum required version of python-scciclient (needed for the iRMC
|
||||
driver) was bumped to 0.4.0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixed updating a MAC on a port for active instances in maintenance mode
|
||||
(used to return HTTP 500 previously).
|
||||
(previously returned HTTP 500).
|
||||
- Return HTTP 400 for requests to update a MAC on a port for an active
|
||||
instance without maintenance mode set (used to return HTTP 500 previously).
|
||||
instance without maintenance mode set (previously returned HTTP 500).
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
upgrade:
|
||||
- Updated proliantutils required version number for iLO drivers
|
||||
to 2.1.10 which fixes the defects of iLO based firmware upgrade
|
||||
and iLO based RAID configuration.
|
Loading…
x
Reference in New Issue
Block a user