Setting these kernel command line parameters will have journald log
everything to the console, which means it'll end up in the appropriate
log in the ironic-bm-logs/ directory.
Change-Id: I0f4c79436c4856a5aa72f00f1ac8c2ed534b702e
| ... | ... |
@@ -326,7 +326,7 @@ function configure_ironic_conductor {
|
| 326 | 326 |
iniset $IRONIC_CONF_FILE glance swift_temp_url_duration 3600 |
| 327 | 327 |
iniset $IRONIC_CONF_FILE agent heartbeat_timeout 30 |
| 328 | 328 |
if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] ; then |
| 329 |
- iniset $IRONIC_CONF_FILE agent agent_pxe_append_params "nofb nomodeset vga=normal console=ttyS0" |
|
| 329 |
+ iniset $IRONIC_CONF_FILE agent agent_pxe_append_params "nofb nomodeset vga=normal console=ttyS0 systemd.journald.forward_to_console=yes" |
|
| 330 | 330 |
fi |
| 331 | 331 |
fi |
| 332 | 332 |
|