We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e50db39 + 7f8a27d commit 8fccccaCopy full SHA for 8fcccca
1 file changed
lib/ironic
@@ -326,7 +326,7 @@ function configure_ironic_conductor {
326
iniset $IRONIC_CONF_FILE glance swift_temp_url_duration 3600
327
iniset $IRONIC_CONF_FILE agent heartbeat_timeout 30
328
if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] ; then
329
- iniset $IRONIC_CONF_FILE agent agent_pxe_append_params "nofb nomodeset vga=normal console=ttyS0"
+ iniset $IRONIC_CONF_FILE agent agent_pxe_append_params "nofb nomodeset vga=normal console=ttyS0 systemd.journald.forward_to_console=yes"
330
fi
331
332
0 commit comments