e51404c8e7
Currently handling of kernel_append_params is very inconsistent. This change applies a straightforward process: 1. instance_info[kernel_append_params] 2. driver_info[kernel_append_params] 3. [$driver]kernel_append_params The existing ilo_kernel_append_params is declared but never implemented, so it's removed without deprecation in favor of the new option. Story: #2008902 Task: #42470 Task: #42471 Change-Id: I0fcd7c63a4bc41110eb7f4cd4031580ef98d9a19
15 lines
636 B
YAML
15 lines
636 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``redfish-virtual-media``, ``ilo-virtual-media`` and
|
|
``idrac-redfish-virtual-media`` boot interfaces now support
|
|
``kernel_append_params`` not only in the node's ``instance_info``, but also
|
|
``driver_info``. This only applies when the boot image is built from
|
|
a kernel and an initramfs, not when a pre-built ISO is used.
|
|
deprecations:
|
|
- |
|
|
The ``ilo-virtual-media`` boot interface has previously declared support
|
|
for the ``ilo_kernel_append_params`` option in ``driver_info``. It has
|
|
never been implemented in reality and has been replaces by the new
|
|
``kernel_append_params``.
|