Actions
Bug #38519
closedcloud-init passes users as a dict instead of a list
Description
As per the deprecated warning below, dict type is deprecated and list should be used for users config.
cloud-init[962]: 2025-06-13 06:01:11,556 - lifecycle.py[DEPRECATED]: 'users' of type <class 'dict'> is deprecated in 22.2 and scheduled to be removed in 27.2. Use 'users' as a list.
Actions