example_box/Vagrantfile in vagrant-ovirt3-1.5.0 vs example_box/Vagrantfile in vagrant-ovirt3-1.6.0

- old
+ new

@@ -9,10 +9,11 @@ ovirt.url = "https://ovirt.example.com:443" ovirt.username = "username" ovirt.password = "secret" ovirt.datacenter = "Datacenter name" ovirt.template = "Template name" - ovirt.quota = "Quota name" + ovirt.quota = "e92124b9-22f4-4cef-bcd6-b9ae22155dcd" ovirt.cpus = 1 ovirt.memory = 512 + ovirt.ca_no_verify = true end end