| ... | ... |
@@ -348,7 +348,7 @@ function configure_ironic_conductor {
|
| 348 | 348 |
if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] ; then |
| 349 | 349 |
pxe_params+="nofb nomodeset vga=normal console=ttyS0" |
| 350 | 350 |
if is_deployed_with_ipa_ramdisk; then |
| 351 |
- pxe_params+=" systemd.journald.forward_to_console=yes" |
|
| 351 |
+ pxe_params+=" systemd.journald.forward_to_console=yes ipa-debug=1" |
|
| 352 | 352 |
fi |
| 353 | 353 |
fi |
| 354 | 354 |
# When booting with less than 1GB, we need to switch from default tmpfs |