From b476c1bc27a4f3a66c7c1c8264c0ff9c77ddedf4 Mon Sep 17 00:00:00 2001 From: haseeb Date: Tue, 3 Jun 2025 21:19:00 +0530 Subject: [PATCH] re-framing this as an explicit bugfix to backport https://review.opendev.org/c/openstack/ironic/+/951114 Change-Id: I4d8205ff3ffa79331457a04e25c7b54a0358ef18 --- ...trol-pxe-enabled-field-inspection-206f67c6638a0bdb.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/control-pxe-enabled-field-inspection-206f67c6638a0bdb.yaml b/releasenotes/notes/control-pxe-enabled-field-inspection-206f67c6638a0bdb.yaml index 434332c25e..12eb499f58 100644 --- a/releasenotes/notes/control-pxe-enabled-field-inspection-206f67c6638a0bdb.yaml +++ b/releasenotes/notes/control-pxe-enabled-field-inspection-206f67c6638a0bdb.yaml @@ -1,6 +1,7 @@ --- -other: +fixes: - | - Adding condition to control whether the pxe_enabled field of a Port should be updated during inspection. - [inspector]update_pxe_enabled is a configuration used to control it and the default value is True. + In the redfish inspector, use condition to control whether the pxe_enabled field of a port is updated during inspection. + [inspector]update_pxe_enabled is used to control this so it behaves like all other inspection interfaces. + The default value for this configuration is True.