Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update default LXD meta-data with user meta-data (#5584)
This was previously unnecessary because: a. LXD automatically appends the user.meta-data key to default meta-data. b. In the presence of duplicate keys, PyYAML uses the last key. This change is the cloud-init part of a set of changes that will enable cloud-init to avoid depending on undefined behavior. In the future LXD may stop appending user-defined meta-data to its default meta-data. This change makes cloud-init forward compatible to LXD for when that change is implemented. GH-5575
- Loading branch information