(cherry-pick from openstack/ironic commit 1accb30c2ebb166b54daf8df59c518cef388197f)
Change-Id: Id3ce64d9125d5d68c28c29bf8eb66c49490063a4
| ... | ... |
@@ -349,7 +349,7 @@ function configure_ironic_conductor {
|
| 349 | 349 |
if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] ; then |
| 350 | 350 |
pxe_params+="nofb nomodeset vga=normal console=ttyS0" |
| 351 | 351 |
if is_deployed_with_ipa_ramdisk; then |
| 352 |
- pxe_params+=" systemd.journald.forward_to_console=yes" |
|
| 352 |
+ pxe_params+=" systemd.journald.forward_to_console=yes ipa-debug=1" |
|
| 353 | 353 |
fi |
| 354 | 354 |
fi |
| 355 | 355 |
# When booting with less than 1GB, we need to switch from default tmpfs |