ironic/releasenotes/notes/node-iso-external_http_url-c5e3fa9ae4960dd6.yaml
Zane Bitter 0d59e25cf8 Use per-node external_http_url for boot ISO
When the per-node external_http_url feature was introduced by
c197a2d8b2, it only applied to a config
floppy. This fix ensures that it is also used for the boot ISO, both
when it is generated locally (by _prepare_iso_image()) or just cached
locally (by prepare_remote_image()).

Change-Id: Ic241da6845b4d97fd29888e28cc1d9ee34e182c1
Closes-Bug: #2044314
2023-11-23 23:27:00 +13:00

6 lines
174 B
YAML

---
fixes:
- |
The per-node ``external_http_url`` setting in the driver info is now used
for a boot ISO. Previously this setting was only used for a config floppy.