349bf2d5bc
Generic fields, such as deploy_{kernel,ramdisk,iso) and bootloader should not have vendor prefixes. This patch removes them from the iLO boot interfaces with deprecation. Also clean up the code a bit for less repetition. Change-Id: Ib23203fa01837ee96f8a38ab50fa8252334c8cb8 Story: #2008880 Task: #42430
14 lines
439 B
YAML
14 lines
439 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following ``driver_info`` parameters have been renamed with
|
|
deprecation:
|
|
|
|
* ``ilo_deploy_kernel`` -> ``deploy_kernel``
|
|
* ``ilo_deploy_ramdisk`` -> ``deploy_ramdisk``
|
|
* ``ilo_deploy_iso`` -> ``deploy_iso``
|
|
* ``ilo_rescue_kernel`` -> ``rescue_kernel``
|
|
* ``ilo_rescue_ramdisk`` -> ``rescue_ramdisk``
|
|
* ``ilo_rescue_iso`` -> ``rescue_iso``
|
|
* ``ilo_bootloader`` -> ``bootloader``
|