Bug 1218740 - cloud-init cloud.cfg has incorrect module names
Summary: cloud-init cloud.cfg has incorrect module names
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Cloud:Tools (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: SUSE Public Cloud Maintainer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-11 19:26 UTC by Dean Galvin
Modified: 2024-01-11 19:26 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Galvin 2024-01-11 19:26:58 UTC
As of 23.3.x cloud.cfg only uses underscores in module names:
https://github.com/canonical/cloud-init/blob/b729a4c4aa32d2bdfdd84fb24b9be5fc9c1eb293/ChangeLog#L363

This is causing some of the cloud-init modules to not load.

I have tested an example on MicroOS with both `package-update-upgrade-install` and `package_update_upgrade_install` the former does not work, but the latter does.