blob: 1edcba1afc013e38b614bd28baf9ae81ce4743d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
security:
- |
Fixes an issue where ironic was not properly labeling dynamicly built
virtual media ramdisks with the signifier flag so the ramdisk understands
it was booted from virtual media.
fixes:
- |
Fixes the missing ``boot_method`` ramdisk parameter for dynamicly build
virtual media payloads. This value must be set to ``vmedia`` for the
ramdisk running on virtual media to understand it is executing from
virtual media. This was fixed for cases where it is used with the
``redfish-virtual-media`` based boot interfaces as well as the
``ilo-virtual-media`` boot interface, which is where dynamic virtual media
deployment/cleaning ramdisk generation is supported.
|