Ironic: Avoid setting deprecated pxe_append_params
Set kernel_append_params instead. Change-Id: I4fb42d376636dc363cd86950ed37de4a3d28df73
This commit is contained in:
parent
68bc4f8f52
commit
87f7586340
@ -182,7 +182,7 @@ deploy_logs_storage_backend = local
|
|||||||
deploy_logs_collect = always
|
deploy_logs_collect = always
|
||||||
|
|
||||||
[pxe]
|
[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 %}
|
{% if enable_ironic_ipxe | bool %}
|
||||||
{# NOTE(mgoddard): iPXE uses the TFTP image cache (tftp_master_path, default
|
{# 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
|
/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.
|
Loading…
Reference in New Issue
Block a user