Merge "Remove default_boot_interfaces"

This commit is contained in:
Zuul 2021-12-18 10:37:12 +00:00 committed by Gerrit Code Review
commit 52a014c56f
1 changed files with 0 additions and 5 deletions

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_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]