Revision e369f21d daemons/ganeti-confd

b/daemons/ganeti-confd
322 322

  
323 323
  # Asyncronous confd UDP server
324 324
  processor = ConfdProcessor()
325
  try:
326
    processor.Enable()
327
  except errors.ConfigurationError:
328
    # If enabling the processor has failed, we can still go on, but confd will be disabled
329
    pass
325 330
  server = ConfdAsyncUDPServer(options.bind_address, options.port, processor)
326 331

  
327 332
  # Configuration reloader

Also available in: Unified diff