cloudstack: add note to source_iso

This commit is contained in:
Rickard von Essen 2017-07-14 09:42:34 +02:00
parent bc5f277faf
commit a1a655bfd8
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ builder.
- `soure_iso` (string) - The name or ID of an ISO that will be mounted before
booting the instance. This option is mutual exclusive with `source_template`.
When then is used `disk_offering` and `hypervisor` is required.
- `source_template` (string) - The name or ID of the template used as base
template for the instance. This option is mutual explusive with `source_iso`.