README.md in vagrant-ovirt3-1.5.0 vs README.md in vagrant-ovirt3-1.6.0

- old
+ new

@@ -39,10 +39,12 @@ ovirt.console = 'vnc' #could also be 'spice' ovirt.url = 'https://youroVirtmaster:443' ovirt.username = 'username' ovirt.password = 'password' ovirt.datacenter = 'datacenter' + ovirt.quota = "e92124b9-22f4-4cef-bcd6-b9ae22155dcd" + ovirt.ca_no_verify = true end end ``` ### RHEV/oVirt Configuration Options @@ -58,9 +60,10 @@ * `ca_no_verify` - Set to `true` to not verify TLS certificates. * `ca_cert_store` - Certificate authority store to use for verification (this 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 ### 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.