Files
ironic/releasenotes/notes/fix-pxe-filter-post-eventlet-1d12665dbfe11564.yaml
Julia Kreger 2cb3e51dc0 fix: remove wait logic in pxe filter
Ironic has an issue, we don't run pxe filter in its CI so when
we removed the wait for start logic which is available and possible
with eventlet, we broke the pxe filter.

Change-Id: I8ee7ed7167362438da396aed6980a027ceaaaa72
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
2025-09-05 13:22:07 +00:00

7 lines
241 B
YAML

---
fixes:
- |
Fixes ironic's pxe filter logic which some operators may leverage to
restrict access to resources as related to hardware discovery use cases.
The launcher was inadvertently broken during the removal of eventlet.