Merge "Set stack.thread_group_mgr for cancel_update" into stable/pike

This commit is contained in:
Zuul 2019-10-25 22:51:05 +00:00 committed by Gerrit Code Review
commit ad1a8a306e
1 changed files with 1 additions and 0 deletions

View File

@ -1165,6 +1165,7 @@ class EngineService(service.ServiceBase):
LOG.info('Starting cancel of updating stack %s', db_stack.name)
if current_stack.convergence:
current_stack.thread_group_mgr = self.thread_group_mgr
if cancel_with_rollback:
func = current_stack.rollback
else: