mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 13:14:11 +00:00
document defaults for citype
This commit is contained in:
parent
d41121fdc4
commit
498cdc36dc
@ -543,7 +543,7 @@ my $confdesc_cloudinit = {
|
||||
citype => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => 'Specifies the cloud-init configuration format.',
|
||||
description => 'Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.',
|
||||
enum => ['configdrive2', 'nocloud'],
|
||||
},
|
||||
ciuser => {
|
||||
|
Loading…
Reference in New Issue
Block a user