example_box/Vagrantfile in vagrant-ovirt3-1.9.1 vs example_box/Vagrantfile in vagrant-ovirt3-1.9.2

- old
+ new

@@ -12,8 +12,12 @@ ovirt.password = "^4zK>xxTX:HG2s<" ovirt.datacenter = "local_dc" ovirt.template = "vagrant-centos65" ovirt.cpus = 1 ovirt.memory = 512 - ovirt.ca_no_verify = true +# ovirt.ca_no_verify = true +# ovirt.user_data =<<EOF +#runcmd: +# - yum install -y java-1.7.0-openjdk +#EOF end end