]> git.proxmox.com Git - qemu-server.git/commitdiff
document defaults for citype
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Mar 2018 08:31:44 +0000 (09:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Mar 2018 08:31:44 +0000 (09:31 +0100)
PVE/QemuServer.pm

index 1da226c8ec8d5b29d464cb173b420b38e4ba0909..667ebb71d5ddb7d7684a2baad0828dec25c7ddec 100644 (file)
@@ -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 => {