Skip to content

Commit

Permalink
ironic: remove kernel causing slow boot
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Sep 4, 2024
1 parent b98d798 commit 03df984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ironic_inspection_network: "{{ ironic_provisioning_network }}"
ironic_image_cache_size: 20480 # MB
ironic_console_serial_speed: 115200n8
encoded_ironic_pxe_root_password: "{{ ironic_pxe_root_password | password_hash('md5') | regex_replace( '(\\$)', '$\\1') }}"
ironic_kernel_append_params: nofb nomodeset vga=normal console=tty0 console=ttyS0,{{ ironic_console_serial_speed }} systemd.journald.forward_to_console=yes rootpwd="{{ encoded_ironic_pxe_root_password }}"
ironic_kernel_append_params: nofb vga=normal console=tty0 console=ttyS0,{{ ironic_console_serial_speed }} rootpwd="{{ encoded_ironic_pxe_root_password }}"

# settings for ironic inspector

Expand Down

0 comments on commit 03df984

Please sign in to comment.