README.md in vagrant-ovirt3-1.6.2 vs README.md in vagrant-ovirt3-1.7.0

- old
+ new

@@ -41,10 +41,11 @@ ovirt.username = 'username' 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 end end ``` ### RHEV/oVirt Configuration Options @@ -61,9 +62,10 @@ * `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 +* `memory_guaranteed` - The amount of memory guaranteed to the VM. *Supported by oVirt 3.6 and above only* ### 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.