Revision 46ae85de

b/lib/backend.py
927 927
  if not os.path.exists(cert_file):
928 928
    return (constants.CV_ERROR,
929 929
            "The client certificate does not exist. Run '%s' to create"
930
            "client certificates for all nodes." % create_cert_cmd)
930
            " client certificates for all nodes." % create_cert_cmd)
931 931

  
932 932
  (errcode, msg) = utils.VerifyCertificate(cert_file)
933 933
  if errcode is not None:
b/lib/cmdlib/cluster.py
2333 2333
      self._ErrorIf(
2334 2334
        True, constants.CV_ECLUSTERCLIENTCERT, None,
2335 2335
        "The cluster's list of master candidate certificates is empty."
2336
        "If you just updated the cluster, please run"
2336
        " If you just updated the cluster, please run"
2337 2337
        " 'gnt-cluster renew-crypto --new-node-certificates'.")
2338 2338
      return
2339 2339

  

Also available in: Unified diff