ironic/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml
Julia Kreger 7b47e09a38 Fix pxe image lookups
Image lookups in the PXE interface, for anaconda specific code,
were previously hard coded to try and invoke use of glance if
needed.

Except, not everything is glance.

Change-Id: I8791623be95e7e47739ee051753de97eb0e5e2a3
2022-08-04 10:42:01 -07:00

7 lines
242 B
YAML

---
fixes:
- |
Fixes an issue in the ``anaconda`` deployment interface where PXE argument
processing and preparation was erroniously directly connecting to Glance,
potentially leading to an exception in the standalone use case.