summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2022-08-17 00:39:09 -0300
committerIury Gregory Melo Ferreira <imelofer@redhat.com>2022-08-17 00:39:09 -0300
commitfaa7b37f2f1c19adceb7ec9d069f32b01eb37f44 (patch)
tree70e609c920878386b5fad6f6ccdb63fa4f932d69
parentc861423eb5acf9a1d8f3704bd4552e798731166e (diff)
downloadironic-faa7b37f2f1c19adceb7ec9d069f32b01eb37f44.tar.gz
Fix releasenotes before release 21.0
Change-Id: I347a9a29607268b3e423906fa406b6a7f127bdd0
-rw-r--r--releasenotes/notes/deprecate-syslinux-support-98d327c67607fc8e.yaml2
-rw-r--r--releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml2
-rw-r--r--releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/notes/deprecate-syslinux-support-98d327c67607fc8e.yaml b/releasenotes/notes/deprecate-syslinux-support-98d327c67607fc8e.yaml
index 670047a82..9543f9d84 100644
--- a/releasenotes/notes/deprecate-syslinux-support-98d327c67607fc8e.yaml
+++ b/releasenotes/notes/deprecate-syslinux-support-98d327c67607fc8e.yaml
@@ -23,4 +23,4 @@ deprecations:
- Deprecation of ``pxelinux``, as a result of the deprecation of ``syslinux``,
does ultimately mean the default for the ``pxe`` boot_interface to carry
defaults for the use of grub based network booting, specifically for
- for operators who are unable to use iPXE.
+ operators who are unable to use iPXE.
diff --git a/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml b/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml
index bf6b8ea85..961b49cb0 100644
--- a/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml
+++ b/releasenotes/notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml
@@ -2,5 +2,5 @@
fixes:
- |
Fixes an issue in the ``anaconda`` deployment interface where PXE argument
- processing and preparation was erroniously directly connecting to Glance,
+ processing and preparation was erroneously directly connecting to Glance,
potentially leading to an exception in the standalone use case.
diff --git a/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml b/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
index 5db6db6ec..62e7ae9ca 100644
--- a/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
+++ b/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
@@ -1,7 +1,7 @@
---
fixes:
- |
- Fixes a race condition in PXE initialization where logic to retry
+ Fixes a race condition in PXE initialization where the logic to retry
what we suspect as potentially failed PXE boot operations was not
consulting if an ``agent token`` had been established, which is the
very first step in agent initialization.