ironic-python-agent/releasenotes/notes/fix-boot-mode-for-partition-images-f96cf2b3c27b6533.yaml
Julia Kreger 4fb8163717 Fix boot mode detection for partition images
Previously, partition images were hard coded to be bios based
as opposed to consulting all of the values AND the node itself
before making the most appropriate determination. Now the agent
utilises the internal helper to properly determine the boot
mode when calling ironic-lib.

Story: 2008070
Task: 41265
Change-Id: Id5eeda69d5b9de2b393af414472d57b0d4380c43
2020-12-19 19:03:16 +00:00

8 lines
272 B
YAML

---
fixes:
- |
Fixes issue where the running system operating mode was not taken into
account when writing partition images. The agent now utilises a helper
instead of explicitly expecting the flavor derived information to
supply all deployment context.