Fix ipxe interface to perform ipxe boot without ipxe_enabled enabled

When ipxe hardware interface is in use, the node should always be boot
with iPXE disregards the deprecated configuration option [pxe]ipxe_enabled.

Story: 2007003
Task: 37779

Change-Id: Ia658ddc966e13a7ce973eccd9c42e40a3da406f4
This commit is contained in:
Kaifeng Wang
2019-12-06 16:24:16 +08:00
parent 90b747ac66
commit f61624e069
6 changed files with 31 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue that when ``ipxe`` interface is in use with
``[pxe]ipxe_enabled`` set to false, the PXE configuration is not handled
properly which prevents the machine from performing a successful iPXE boot.