From 4cd32a2127c2afd7ae0ca431ec3b016bc8f439d4 Mon Sep 17 00:00:00 2001 From: James Denton Date: Fri, 17 Dec 2021 08:12:15 -0600 Subject: [PATCH] Remove default_boot_interfaces The value for default_boot_interfaces must be supported by all configured drivers, otherwise conductor won't start. This configuration can be applied as an override by the operator, if necessary, rather than OSA. Change-Id: I780a1f130b0c695822ba50066247688bf4874dac --- templates/ironic.conf.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/ironic.conf.j2 b/templates/ironic.conf.j2 index 4f85357c..b2610085 100644 --- a/templates/ironic.conf.j2 +++ b/templates/ironic.conf.j2 @@ -24,11 +24,6 @@ enabled_inspect_interfaces = {{ filtered_ironic_drivers | json_query('[*].inspec enabled_management_interfaces = {{ filtered_ironic_drivers | json_query('[*].management') | unique | join(',') }} enabled_power_interfaces = {{ filtered_ironic_drivers | json_query('[*].power') | unique | join(',') }} -# Ironic boot interface (defaults to None) -{% if ironic_ipxe_enabled | bool %} -default_boot_interface = ipxe -{% endif %} - [agent] [amt]