# File lib/fog/introspection/openstack/requests/abort_introspection.rb, line 16
        def abort_introspection(_node_id)
          response = Excon::Response.new
          response.status = 202
          response.body = ""
          response
        end