Enable IPMI debugging in the testing mode

Change-Id: I6759059424cc6231e2a66a20c4a047cb159aed67
This commit is contained in:
Dmitry Tantsur 2023-12-08 17:29:56 +01:00
parent e41ed49832
commit f1b06ce436
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -136,6 +136,9 @@ allowed_origin = {{ cors_allowed_origin | default('allowed_origin=http://localho
allow_credentials = {{ enable_cors_credential_support | default('true') }}
{% endif %}
[ipmi]
debug = {{ ironic_debug | bool and testing | bool }}
[ilo]
use_web_server_for_images = true
kernel_append_params = {{ ilo_kernel_params }}