Merge "Fix misspell word"

This commit is contained in:
Zuul
2019-09-11 11:35:01 +00:00
committed by Gerrit Code Review

View File

@@ -91,7 +91,7 @@ class DefaultWorkFlowEngine(base.BaseWorkFlowEngine):
# default although we still want to leave the possibility for # default although we still want to leave the possibility for
# the users to change it. # the users to change it.
# The current implementation uses graph with linked actions. # The current implementation uses graph with linked actions.
# todo(jed) add olso conf for retry and name # todo(jed) add oslo conf for retry and name
self.execution_rule = self.get_execution_rule(actions) self.execution_rule = self.get_execution_rule(actions)
flow = gf.Flow("watcher_flow") flow = gf.Flow("watcher_flow")
actions_uuid = {} actions_uuid = {}