fix cluster action update node function pause_time repeat

Change-Id: Ia92370263b898c3c5cbb0c80a55531afb383470d
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2017-03-29 20:35:36 +08:00
parent c16ec58240
commit 2acc5a19fd
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ class ClusterAction(base.Action):
# Get batching policy data if any
fmt = _("Updating cluster '%(cluster)s': profile='%(profile)s'.")
LOG.info(fmt, {'cluster': self.entity.id, 'profile': profile_id})
pause_time = 0
plan = []
pd = self.data.get('update', None)