Merge "Ironic: Avoid setting deprecated pxe_append_params"

This commit is contained in:
Zuul 2022-03-18 13:37:59 +00:00 committed by Gerrit Code Review
commit 25fd28598b
2 changed files with 8 additions and 1 deletions
ansible/roles/ironic/templates
releasenotes/notes

@ -175,7 +175,7 @@ deploy_logs_storage_backend = local
deploy_logs_collect = always
[pxe]
pxe_append_params = nofb nomodeset vga=normal console=tty0 console=ttyS0,{{ ironic_console_serial_speed }}
kernel_append_params = nofb nomodeset vga=normal console=tty0 console=ttyS0,{{ ironic_console_serial_speed }}
{% if enable_ironic_ipxe | bool %}
{# NOTE(mgoddard): iPXE uses the TFTP image cache (tftp_master_path, default
/tftpboot/master_images), in which images get hard linked to the http_root

@ -0,0 +1,7 @@
---
upgrade:
- |
``ironic.conf`` now sets ``[pxe]\kernel_append_params`` instead of
``[pxe]\pxe_append_params`` which has been deprecated.
Please override the new config option if you are overriding the
old one.