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