Merge "Fix purging events from stacks converted to convergence"

This commit is contained in:
Zuul 2018-07-04 18:08:20 +00:00 committed by Gerrit Code Review
commit 378bf9dc64
1 changed files with 0 additions and 3 deletions

View File

@ -1046,9 +1046,6 @@ def _all_backup_stack_ids(context, stack_id):
if stack is None:
LOG.error('Stack %s not found', stack_id)
return
if stack.convergence:
LOG.debug('Not searching for backup of convergence-enabled stack')
return
is_backup = stack.name.endswith('*')
if is_backup: