document defaults for citype

This commit is contained in:
Dietmar Maurer 2018-03-07 09:31:44 +01:00
parent d41121fdc4
commit 498cdc36dc

View 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 => {