[ironic] set ipa-debug=1 for greater debugability
(cherry-pick from openstack/ironic commit 1accb30c2ebb166b54daf8df59c518cef388197f) Change-Id: Id3ce64d9125d5d68c28c29bf8eb66c49490063a4
This commit is contained in:
@@ -349,7 +349,7 @@ function configure_ironic_conductor {
|
||||
if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] ; then
|
||||
pxe_params+="nofb nomodeset vga=normal console=ttyS0"
|
||||
if is_deployed_with_ipa_ramdisk; then
|
||||
pxe_params+=" systemd.journald.forward_to_console=yes"
|
||||
pxe_params+=" systemd.journald.forward_to_console=yes ipa-debug=1"
|
||||
fi
|
||||
fi
|
||||
# When booting with less than 1GB, we need to switch from default tmpfs
|
||||
|
||||
Reference in New Issue
Block a user