summaryrefslogtreecommitdiff
path: root/ironic/conf/ilo.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/conf/ilo.py')
-rw-r--r--ironic/conf/ilo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/conf/ilo.py b/ironic/conf/ilo.py
index 197378ce7..6d1c52dd2 100644
--- a/ironic/conf/ilo.py
+++ b/ironic/conf/ilo.py
@@ -112,7 +112,7 @@ opts = [
'This setting must be set to the octal number '
'representation, meaning starting with ``0o``.')),
cfg.StrOpt('kernel_append_params',
- default='nofb nomodeset vga=normal',
+ default='nofb vga=normal',
mutable=True,
help=_('Additional kernel parameters to pass down to the '
'instance kernel. These parameters can be consumed by '