lib/vagrant-ovirt4/config.rb in vagrant-ovirt4-1.2.3 vs lib/vagrant-ovirt4/config.rb in vagrant-ovirt4-2.0.0

- old
+ new

@@ -96,10 +96,10 @@ @cpu_cores = 1 if @cpu_cores == UNSET_VALUE @cpu_sockets = 1 if @cpu_sockets == UNSET_VALUE @cpu_threads = 1 if @cpu_threads == UNSET_VALUE @cluster = nil if @cluster == UNSET_VALUE @console = nil if @console == UNSET_VALUE - @memory_size = '256 MB' if @memory_size == UNSET_VALUE + @memory_size = '256 MiB' if @memory_size == UNSET_VALUE @memory_maximum = @memory_size if @memory_maximum == UNSET_VALUE @memory_guaranteed = @memory_size if @memory_guaranteed == UNSET_VALUE @template = nil if @template == UNSET_VALUE @cloud_init = nil if @cloud_init == UNSET_VALUE @affinity = nil if @affinity == UNSET_VALUE