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
This commit is contained in:
James Denton 2021-12-17 08:12:15 -06:00
parent fc0df045ef
commit 4cd32a2127

View File

@ -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_management_interfaces = {{ filtered_ironic_drivers | json_query('[*].management') | unique | join(',') }}
enabled_power_interfaces = {{ filtered_ironic_drivers | json_query('[*].power') | 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] [agent]
[amt] [amt]