From 1accb30c2ebb166b54daf8df59c518cef388197f Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 29 Feb 2016 13:41:50 +0100 Subject: [PATCH] [devstack] set ipa-debug=1 for greater debugability Change-Id: I87ba83fbc2b08035f2f58080642bcbda364fc7dd --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 7b8f4ac71b..379072dc08 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -374,7 +374,7 @@ function configure_ironic_conductor { local 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 # When booting with less than 1GB, we need to switch from default tmpfs