Revision 6b7d5878 lib/backend.py

b/lib/backend.py
183 183
    constants.VNC_PASSWORD_FILE,
184 184
    constants.RAPI_CERT_FILE,
185 185
    constants.RAPI_USERS_FILE,
186
    constants.HMAC_CLUSTER_KEY,
186
    constants.CONFD_HMAC_KEY,
187 187
    ])
188 188

  
189 189
  for hv_name in constants.HYPER_TYPES:
......
399 399
      logging.exception("Error while processing ssh files")
400 400

  
401 401
  try:
402
    utils.RemoveFile(constants.HMAC_CLUSTER_KEY)
402
    utils.RemoveFile(constants.CONFD_HMAC_KEY)
403 403
    utils.RemoveFile(constants.RAPI_CERT_FILE)
404 404
    utils.RemoveFile(constants.NODED_CERT_FILE)
405 405
  except: # pylint: disable-msg=W0702

Also available in: Unified diff