c975eaa8c6
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
7 lines
218 B
YAML
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.
|