Revision 6b7d5878 daemons/ganeti-confd

b/daemons/ganeti-confd
335 335

  
336 336
  # TODO: collapse HMAC daemons handling in daemons GenericMain, when we'll
337 337
  # have more than one.
338
  if not os.path.isfile(constants.HMAC_CLUSTER_KEY):
339
    print >> sys.stderr, "Need HMAC key %s to run" % constants.HMAC_CLUSTER_KEY
338
  if not os.path.isfile(constants.CONFD_HMAC_KEY):
339
    print >> sys.stderr, "Need HMAC key %s to run" % constants.CONFD_HMAC_KEY
340 340
    sys.exit(constants.EXIT_FAILURE)
341 341

  
342 342

  

Also available in: Unified diff