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:
parent
fc0df045ef
commit
4cd32a2127
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user