We enthusiastically announce the release of: ironic 10.1.8: OpenStack Bare Metal Provisioning This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/ironic Download the package from: https://tarballs.openstack.org/ironic/ Please report issues through launchpad: https://bugs.launchpad.net/ironic For more details, please see below. 10.1.8 ^^^^^^ Bug Fixes * A bug has been fixed in the node update code that could cause the nodes to become not updatable if their driver is no longer available. * Fixes an issue where the master instance image cache could not be disabled. The configuration option "[pxe]/instance_master_path" may now be set to the empty string to disable the cache. * Fixes a bug where ironic port is not updated in node introspection as per PXE enabled setting for "idrac" hardware type. See bug 2004340 (https://storyboard.openstack.org/#!/story/2004340) for details. Changes in ironic 10.1.7..10.1.8 -------------------------------- 1c10bc5 Fix updating nodes with removed or broken drivers 56b5d3f Allow disabling instance image cache feb3c5f Fix OOB introspection to use pxe_enabled flag in idrac driver Diffstat (except docs and test files) ------------------------------------- ironic/conductor/manager.py | 5 + ironic/conductor/task_manager.py | 17 +++- ironic/conf/pxe.py | 2 +- ironic/drivers/modules/drac/inspect.py | 53 ++++++++++- ironic/drivers/modules/iscsi_deploy.py | 3 +- .../unit/drivers/modules/drac/test_inspect.py | 102 +++++++++++++++++++++ .../unit/drivers/modules/test_iscsi_deploy.py | 26 ++++++ .../broken-driver-update-fc5303340080ef04.yaml | 5 + ...stance-master-path-config-fa524c907a7888e5.yaml | 6 ++ .../update-port-pxe-enabled-f954f934209cbf5b.yaml | 7 ++ 13 files changed, 264 insertions(+), 7 deletions(-)
participants (1)
-
no-reply@openstack.org