# File lib/virt/host.rb, line 29
    def storage_pools
      connection.list_storage_pools.map {|p| create_pool({:name => p})}
    end