# File lib/fog/introspection/openstack/requests/create_introspection.rb, line 26
        def create_introspection(_node_id, _options = {})
          response = Excon::Response.new
          response.status = 202
          response.body = ""
          response
        end