On Mon, Aug 03, 2015 at 11:45:19AM +0200, Lisa Velden wrote:
> Interdiff:
> 
> diff --git a/lib/bootstrap.py b/lib/bootstrap.py
> index dee671a..466c53c 100644
> --- a/lib/bootstrap.py
> +++ b/lib/bootstrap.py
> @@ -236,9 +236,10 @@ def _InitGanetiServerSetup(master_name, cfg):
>    cfg.Update(cfg.GetClusterInfo(), logging.error)
>    ssconf.WriteSsconfFiles(cfg.GetSsconfValues())
> 
> -  if not os.path.exists(os.path.join(pathutils.DATA_DIR, "%s%s" %
> -                        (constants.SSCONF_FILEPREFIX,
> -                         constants.SS_MASTER_CANDIDATES_CERTS))):
> +  if not os.path.exists(
> +      os.path.join(pathutils.DATA_DIR,
> +                   "%s%s" % (constants.SSCONF_FILEPREFIX,
> +                             constants.SS_MASTER_CANDIDATES_CERTS))):
>      raise errors.OpExecError("Ssconf file for master candidate
> certificates"
>                               " was not written.")

LGTM. Thanks.

-- 
Klaus Aehlig
Google Germany GmbH, Dienerstr. 12, 80331 Muenchen
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores

Reply via email to