Fix releasenotes before release 21.0

Change-Id: I347a9a29607268b3e423906fa406b6a7f127bdd0
This commit is contained in:
Iury Gregory Melo Ferreira 2022-08-17 00:39:09 -03:00
parent c861423eb5
commit faa7b37f2f
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.