# File lib/fog/ovirt/requests/compute/storage_domains.rb, line 13
        def storage_domains(filters = {})
          xml = read_xml 'storage_domains.xml'
          Nokogiri::XML(xml).xpath('/storage_domains/storage_domain').collect do |sd|
            OVIRT::StorageDomain::new(self, sd)
          end
        end