Revision ed748771

b/lib/server/noded.py
1217 1217
  sstore = ssconf.SimpleStore()
1218 1218
  try:
1219 1219
    candidate_certs = sstore.GetMasterCandidatesCertMap()
1220
  except IOError:
1220
  except errors.ConfigurationError:
1221 1221
    logging.info("No candidate certificates found. Switching to "
1222 1222
                 "bootstrap/update mode.")
1223 1223
    candidate_certs = None

Also available in: Unified diff