Hm, I am pretty sure it should be there ... I still need to make sure that after the cluster.candidate_certs is updated, the updates are propagated to all nodes.
On Mon, 20 Apr 2015 at 17:03 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote: > ...as it was accidentally readded in the merge. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/cmdlib/cluster.py | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/lib/cmdlib/cluster.py b/lib/cmdlib/cluster.py > index f22c810..ac3fa6d 100644 > --- a/lib/cmdlib/cluster.py > +++ b/lib/cmdlib/cluster.py > @@ -220,10 +220,6 @@ class LUClusterRenewCrypto(NoHooksLU): > " master candidate cert list. Current state of the" > " list: %s.", cluster.candidate_certs) > > - # Trigger another update of the config now with the new master cert > - logging.debug("Trigger an update of the configuration on all nodes.") > - self.cfg.Update(cluster, feedback_fn) > - > > class LUClusterActivateMasterIp(NoHooksLU): > """Activate the master IP on the master node. > -- > 2.2.0.rc0.207.ga3a616c > >
