lib/fog/libvirt/models/compute/volume.rb in fog-libvirt-0.8.0 vs lib/fog/libvirt/models/compute/volume.rb in fog-libvirt-0.9.0

- old
+ new

@@ -106,11 +106,11 @@ :persistent => true, :format_type => "raw", :name => randomized_name, :capacity => "10G", :allocation => "1G", - :owner => "0", - :group => "0", + :owner => nil, + :group => nil, } end def split_size_unit(text) if (text.kind_of? String) && (matcher = text.match(/(\d+)(.+)/))