Merge "Fixed tense consistency (used past) in statuses"

This commit is contained in:
Jenkins
2015-12-03 11:06:37 +00:00
committed by Gerrit Code Review
13 changed files with 24 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ class CommandExecutor(object):
return False
else:
self.deploy.populate(primitive)
self.notify(action, Status.SUCCESS)
self.notify(action, Status.SUCCEEDED)
except Exception as e:
LOG.debug(
'The applier module failed to execute the action{0} with '

View File

@@ -60,7 +60,7 @@ class LaunchActionPlanCommand(ApplierCommand):
LOG.error("Launch Action Plan " + unicode(e))
finally:
if result is True:
status = Status.SUCCESS
status = Status.SUCCEEDED
else:
status = Status.FAILED
# update state