Files
trove/releasenotes/notes/bug-2011309-bac68bbc7ece4db9.yaml
wu.chunyang 4ac6587ece Fix cloud-init configuration file issue with duplicate headers
When userdata was provided, the code generated an incorrect
configuration file containing duplicate headers, which may
cause cloud-init parsing to fail or not work as expected.

Story: 2011309
Task: 51454

Change-Id: I35284f2ede9cda225f8aefff651702405ccfefff
2025-05-22 22:02:30 +00:00

7 lines
208 B
YAML

---
fixes:
- |
Fixes a bug where the cloud-init configuration file contained duplicate
headers when userdata was provided.
`LP#[2011309] <https://storyboard.openstack.org/#!/story/[2011309]>`__