
Adds a new configuration option ``bootloader_by_arch`` to support architecture-specific ESP images for virtual media boot, similar to how ``pxe_bootfile_name_by_arch`` works for PXE. Closes-Bug: #2110132 Change-Id: I54fb4b2f379c2d06a7c49402d32403aa2ee67e70 Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
9 lines
337 B
YAML
9 lines
337 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new configuration option ``bootloader_by_arch``, a dictionary value
|
|
that maps architecture names to a Glance ID, http:// or file:// URL
|
|
of an EFI system partition image containing EFI boot loader, to support
|
|
architecture-specific images for virtual media boot in mixed-architecture
|
|
clouds.
|