ironic/releasenotes/notes/initrd_filename-ac68e96f1c9fb576.yaml
Dmitry Tantsur c975eaa8c6 Set correct initrd_filename for iPXE when using Swift
iPXE derives its "file names" from the last component of the URL path.
In case of the conductor's local server it's {mode}_{component} where
mode = deploy/rescue and component = kernel/ramdisk. However, in case
of Swift/Ceph, the last component will be different. This patch accounts
for it.

Change-Id: I7ba5545032069509a9c302abe1c21537ccb5ec8a
2022-02-10 18:51:30 +01:00

7 lines
218 B
YAML

---
fixes:
- |
Fixes the ``initrd`` kernel parameter when booting ramdisk directly from
Swift/RadosGW using iPXE. Previously it was always ``deploy_ramdisk``,
even when the actual file name is different.