From faa7b37f2f1c19adceb7ec9d069f32b01eb37f44 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Wed, 17 Aug 2022 00:39:09 -0300 Subject: [PATCH] Fix releasenotes before release 21.0 Change-Id: I347a9a29607268b3e423906fa406b6a7f127bdd0 --- .../notes/deprecate-syslinux-support-98d327c67607fc8e.yaml | 2 +- .../notes/fix-pxe-glance-lookup-anaconda-86fe616c6286ec08.yaml | 2 +- .../prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml | 2 +- 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 670047a828..9543f9d84b 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 bf6b8ea851..961b49cb09 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 5db6db6ecb..62e7ae9cae 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.