# File lib/fog/openstack/requests/compute/get_console_output.rb, line 19
        def get_console_output(server_id, log_length)
          response = Excon::Response.new
          response.status = 200
          response
        end