mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-04 00:24:08 +00:00
document defaults for citype
This commit is contained in:
parent
d41121fdc4
commit
498cdc36dc
@ -543,7 +543,7 @@ my $confdesc_cloudinit = {
|
|||||||
citype => {
|
citype => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
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'],
|
enum => ['configdrive2', 'nocloud'],
|
||||||
},
|
},
|
||||||
ciuser => {
|
ciuser => {
|
||||||
|
Loading…
Reference in New Issue
Block a user