Update configuration value in iRMC

Addresses the inline TODO within the Ironic codebase,
to set the ``kernel_append_params`` to the same value as
in the [pxe] configuration after the Xena release.

Current Release: Dalmatian

Change-Id: I1ce3ab560ab04979b7f31393a9877c4d1314925c
This commit is contained in:
cid 2024-07-17 13:51:48 +01:00
parent 11ce62d34f
commit a885a0544d
2 changed files with 6 additions and 2 deletions

View File

@ -130,8 +130,7 @@ opts = [
'Foreground Initialization (FGI) will start 5 minutes '
'after creating virtual drives.')),
cfg.StrOpt('kernel_append_params',
# TODO(dtantsur): set to the same value as in [pxe] after Xena
default=None,
default='nofb vga=normal',
mutable=True,
help=_('Additional kernel parameters to pass down to the '
'instance kernel. These parameters can be consumed by '

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Update ``kernel_append_params`` to match the ``[pxe]`` configuration,
addressing a TODO from the Xena release.