From ebb848a1081aadc8de9081ea8c31a2c7e620b8bd Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 17 Mar 2016 17:05:39 -0700 Subject: [PATCH] [ironic] set ipa-debug=1 for greater debugability (cherry-pick from openstack/ironic commit 1accb30c2ebb166b54daf8df59c518cef388197f) Change-Id: Id3ce64d9125d5d68c28c29bf8eb66c49490063a4 --- lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ironic b/lib/ironic index 552c07ed8d..01dc9edfbd 100644 --- a/lib/ironic +++ b/lib/ironic @@ -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