virtualbmc/releasenotes/notes/preserve-libvirt-domain-info-955410f570060241.yaml
Julia Kreger 348e965114 preserve secure information on xml changes
When setting parameters revolving around boot
mode, options, firmware, it is necessary to
extract and edit the XML document.

Some details, however, are not automatically
extracted and libvirt must be told to provide
secure information. This change prevents us
from accidently loosing such configuration
parameters

Story: 2010382
Task: 46651

Change-Id: I0da2f37c5b630d2a180f59b74f23c027ee56e17b
2022-10-25 18:50:18 +00:00

11 lines
320 B
YAML

---
security:
- |
Secure information in the Libvirt domain XML document is now preserved.
For more information, please see `story 2010382
<https://storyboard.openstack.org/#!/story/2010382>`_.
fixes:
- |
Fixes an issue where secure fields were accidently lost in the Libvirt
domain XML document.