diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index a011da5..93be136 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -12,7 +12,7 @@ configs: password: password name: ironic - logging_debug: false + debug: false automated_clean: false enabled_drivers: "fake,pxe_ssh_ansible,pxe_ipmitool_ansible" diff --git a/service/files/ironic.conf.j2 b/service/files/ironic.conf.j2 index ca96cb0..cd76fd9 100644 --- a/service/files/ironic.conf.j2 +++ b/service/files/ironic.conf.j2 @@ -1,5 +1,5 @@ [DEFAULT] -debug = {{ ironic.logging_debug }} +debug = {{ ironic.debug }} use_syslog = false use_stderr = true