Fix misspell word

Change-Id: I10e55a3305f7dbf3d4f5a35f61ba07783b49cc06
This commit is contained in:
Q.hongtao
2019-09-06 16:49:33 +08:00
parent 845a9187e3
commit 944fda338b

View File

@@ -91,7 +91,7 @@ class DefaultWorkFlowEngine(base.BaseWorkFlowEngine):
# default although we still want to leave the possibility for
# the users to change it.
# 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)
flow = gf.Flow("watcher_flow")
actions_uuid = {}