docs: Add default value for cloud_init in builders/proxmox (#10445)
This commit is contained in:
parent
4b0de7263e
commit
233c7f0a83
|
@ -212,6 +212,7 @@ builder.
|
||||||
Defaults to `lsi`.
|
Defaults to `lsi`.
|
||||||
|
|
||||||
- `cloud_init` (bool) - If true, add a Cloud-Init CDROM drive after the virtual machine has been converted to a template.
|
- `cloud_init` (bool) - If true, add a Cloud-Init CDROM drive after the virtual machine has been converted to a template.
|
||||||
|
Defaults to `false`.
|
||||||
|
|
||||||
- `cloud_init_storage_pool` - (string) - Name of the Proxmox storage pool
|
- `cloud_init_storage_pool` - (string) - Name of the Proxmox storage pool
|
||||||
to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used.
|
to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used.
|
||||||
|
|
Loading…
Reference in New Issue