Enable the iPXE boot interface

Using the PXE interface with iPXE is deprecated, we need to use
the iPXE boot interface explicitly.

Change-Id: I3783489b3bea00127de1a22e1f33df5f2fbed663
This commit is contained in:
Dmitry Tantsur 2019-06-04 09:36:43 +02:00
parent 5ebea663cc
commit 1ba2f10aa0

View File

@ -104,7 +104,7 @@ staging_drivers_git_url: https://opendev.org/x/ironic-staging-drivers
# TODO(TheJulia): Add redfish to this list.
enabled_hardware_types: "ipmi,ilo"
default_deploy_interface: "direct"
enabled_boot_interfaces: "ilo-virtual-media,pxe"
enabled_boot_interfaces: "ilo-virtual-media,ipxe,pxe"
enabled_management_interfaces: "ilo,ipmitool"
enabled_power_interfaces: "ilo,ipmitool"
enabled_deploy_interfaces: "iscsi,direct"