File: //etc/cloud/cloud.cfg.d/00_hosting_cloud.cfg
# cloud-init patching for the Hosting Clouds
#
# We only need this, all others aren't used in hosting clouds.
datasource_list: [ ConfigDrive ]
# Disabling default user by emptying the users[] array.
users: []
# Reset the modules list so we can control what gets modified and what not.
cloud_init_modules:
- migrator
- seed_random
- bootcmd
- write-files
- growpart
- resizefs
- disk_setup
- mounts
- set_hostname
- update_hostname
- update_etc_hosts
- ca-certs
- rsyslog
- users-groups
cloud_config_modules:
- locale
- ntp
- timezone
- disable-ec2-metadata
- runcmd
system_info:
network:
renderers:
- sysconfig
- network-manager
- networkd
activators:
- network-manager
- networkd