summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-27 00:49:35 +0000
committerGerrit Code Review <review@openstack.org>2023-04-27 00:49:35 +0000
commit33e3bae28bc2ff0412ca66e6b7145365ed4ffaf2 (patch)
tree71a58e039065ce2b40dfa632cbd48352ae9278c4 /releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml
parentd7234c2be0ae7f54e590f68c4bbad31e4e25f524 (diff)
parent76accfb880474445a5dcb07825889123b3dd0237 (diff)
downloadironic-python-agent-33e3bae28bc2ff0412ca66e6b7145365ed4ffaf2.tar.gz
Merge "Fix UTF-16 result handling for efibootmgr"
Diffstat (limited to 'releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml')
-rw-r--r--releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml b/releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml
new file mode 100644
index 00000000..b4c3270c
--- /dev/null
+++ b/releasenotes/notes/fixes-efibootmgr-character-encoding-19e531ba694824c1.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Fixes UEFI NVRAM record handling with efibootmgr so we can accept and
+ handle UTF-16 encoded data which is to be expected in UEFI NVRAM as
+ the records are UTF-16 encoded.
+ - |
+ Fixes handling of UEFI NVRAM records to allow for unexpected characters
+ in the response, so it is non-fatal to Ironic.