From 39a1f64d52d7eecbc7cb473a1dd6e72cdc12f1cc Mon Sep 17 00:00:00 2001 From: William Bianchini Date: Tue, 17 Sep 2019 11:55:31 -0300 Subject: [PATCH] Add cloudstack.html.md documentation of eject_iso and eject_iso_delay options Usages and behavior. --- website/source/docs/builders/cloudstack.html.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/builders/cloudstack.html.md b/website/source/docs/builders/cloudstack.html.md index 2ed408d94..1ab0addb2 100644 --- a/website/source/docs/builders/cloudstack.html.md +++ b/website/source/docs/builders/cloudstack.html.md @@ -111,6 +111,16 @@ builder. - `hypervisor` (string) - The target hypervisor (e.g. `XenServer`, `KVM`) for the new template. This option is required when using `source_iso`. +- `eject_iso` (boolean) - If `true`, make a call to the CloudStack API, after + loading image to cache requesting to check and detach ISO file (if any) + currently attached to a virtual machine. Defaults to `false`. This option + is only available when using `source_iso`. + +- `eject_iso_delay` (time.Duration) - Configure the duration time to wait, making + sure virtual machine is able to finish installing OS before it ejects safely. + Requires `eject_iso` set to `true` and this option is only available when + using `source_iso`. + - `keypair` (string) - The name of the SSH key pair that will be used to access the instance. The SSH key pair is assumed to be already available within CloudStack.