Fix incorrect event log for ambari

'Preparing policy files' step had incorrect count: '6/5'. It's because
this step was inside of 'Prepare Kerberos' step.

Change-Id: I2909085d7035d89d4a07cc249390c2e6589c0c16
closes-bug: 1627081
This commit is contained in:
Michael Ionkin 2016-09-23 18:26:44 +03:00 committed by Vitaly Gridnev
parent 6e12a9f761
commit 8622ca614f
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ def get_kdc_server(cluster):
cluster, p_common.AMBARI_SERVER)
@cpo.event_wrapper(True, step=_("Prepare Kerberos"), param=('cluster', 0))
def _prepare_kerberos(cluster, instances=None):
if instances is None:
kerberos.deploy_infrastructure(cluster, get_kdc_server(cluster))