# File lib/fog/compute/openstack/models/server.rb, line 338
        def volumes
          requires :id
          service.volumes.select do |vol|
            vol.attachments.find { |attachment| attachment["serverId"] == id }
          end
        end