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.
Updated by The Foreman Bot 8 months ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/10581 added
Updated by Ewoud Kohl van Wijngaarden 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|6ca51b16316625e1974995ce82d90a55893578b8.
Actions