re-framing this as an explicit bugfix to backport

https://review.opendev.org/c/openstack/ironic/+/951114

Change-Id: I4d8205ff3ffa79331457a04e25c7b54a0358ef18
This commit is contained in:
haseeb
2025-06-03 21:19:00 +05:30
parent 83f7ac8128
commit b476c1bc27

View File

@@ -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.