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:
parent
11ce62d34f
commit
a885a0544d
@ -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 '
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Update ``kernel_append_params`` to match the ``[pxe]`` configuration,
|
||||
addressing a TODO from the Xena release.
|
Loading…
Reference in New Issue
Block a user