Merge "Delete redundant code"

This commit is contained in:
Zuul 2018-02-26 13:45:41 +00:00 committed by Gerrit Code Review
commit 64d25042e9
1 changed files with 1 additions and 2 deletions

View File

@ -1568,8 +1568,7 @@ class Stack(collections.Mapping):
finally:
self.reset_dependencies()
if action in (self.UPDATE, self.RESTORE, self.ROLLBACK):
self.status_reason = 'Stack %s completed successfully' % action
self.status_reason = 'Stack %s completed successfully' % action
self.status = self.COMPLETE
except scheduler.Timeout: