Virtualization: KVM
Is there any way to stop creating a new default user on newly created VM using Cloud-init template?
Right now on my centos cloud-init template created by me has this config
# nano /etc/cloud/cloud.cfg
system_info:
default_user:
name: centos
lock_passwd: false...