949387bd80
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
16 lines
721 B
YAML
16 lines
721 B
YAML
---
|
|
security:
|
|
- |
|
|
Fixes an issue where ironic was not properly labeling dynamically 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 dynamically 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.
|