# File lib/fog/openstack/requests/compute/detach_volume.rb, line 17
        def detach_volume(server_id, attachment_id)
          response = Excon::Response.new
          response.status = 202
          response
        end