Can anyone help me to understand how I can set the...
# python
s
Can anyone help me to understand how I can set the path to a cloud-init configuration in Proxmox? I'm referring to a path in the snippet. This is how Proxmox does it if you want to use full cloud-init configuration files. Basically, I need the corresponding directive for this command:
Copy code
qm set 9000 --cicustom "user=local:snippets/userconfig.yaml"
Do I need to do it through
Virtual
MachineInitialization
and maybe
user_data_file_id
for user_data?
I'm not really sure what the value of this
user_data_file_id
show look like.