README.md in vagrant-ovirt3-1.8.2 vs README.md in vagrant-ovirt3-1.9.0
- old
+ new
@@ -42,10 +42,11 @@
ovirt.password = 'password'
ovirt.datacenter = 'datacenter'
ovirt.quota = "e92124b9-22f4-4cef-bcd6-b9ae22155dcd"
ovirt.ca_no_verify = true
ovirt.memory_guaranteed = 2048 # Supported by oVirt 3.6 and above only
+ ovirt.connect_timeout = 30
end
end
```
### RHEV/oVirt Configuration Options
@@ -63,9 +64,10 @@
option will be replaced with `ca_cert` in a future version).
* `ca_cert_file` - Like `ca_cert_store`, but provides a file containing a single
certificate.
* `quota` - The ID of the quota to use. This can be retrieved via the REST API
* `memory_guaranteed` - The amount of memory guaranteed to the VM. *Supported by oVirt 3.6 and above only*
+* `connect_timeout` - The amount of time to wait until the VM changes state
### Domain Specific Options
* `memory` - Amount of memory in MBytes. Defaults to 512 if not set.
* `cpus` - Number of virtual cpus. Defaults to 1 if not set.