Merge "Update configuration value in iRMC"

This commit is contained in:
Zuul 2024-08-21 19:20:53 +00:00 committed by Gerrit Code Review
commit 501b8f463b
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.