summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-02-07 15:02:43 +0000
committerGerrit Code Review <review@openstack.org>2020-02-07 15:02:43 +0000
commita50a1d0e5b14c98ba4832d9eb84d16930c3282e6 (patch)
treefe97820d09ae93d37dfd6a19cbdeea45a7c2f406 /releasenotes
parent8c4571acf7abb54e4a50b0ef3c75b8bf5120176f (diff)
parentf61624e0693a0b2ccba46b271d0fb83e191f5077 (diff)
downloadironic-a50a1d0e5b14c98ba4832d9eb84d16930c3282e6.tar.gz
Merge "Fix ipxe interface to perform ipxe boot without ipxe_enabled enabled"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-ipxe-interface-without-opt-enabled-4fa2f83975295e20.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ipxe-interface-without-opt-enabled-4fa2f83975295e20.yaml b/releasenotes/notes/fix-ipxe-interface-without-opt-enabled-4fa2f83975295e20.yaml
new file mode 100644
index 000000000..94d86d6df
--- /dev/null
+++ b/releasenotes/notes/fix-ipxe-interface-without-opt-enabled-4fa2f83975295e20.yaml
@@ -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.