From f95c3824e0a8eff5703b33c26010c104b148fa4d Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 23 Aug 2015 10:00:51 -0700 Subject: [PATCH] Fix flow states link Change-Id: Ia1d468516db65ab82ce6bd6be0051cebb1b73409 --- taskflow/states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/states.py b/taskflow/states.py index 1939012b..aef7a231 100644 --- a/taskflow/states.py +++ b/taskflow/states.py @@ -87,7 +87,7 @@ def check_job_transition(old_state, new_state): # Flow state transitions -# See: http://docs.openstack.org/developer/taskflow/states.html +# See: http://docs.openstack.org/developer/taskflow/states.html#flow _ALLOWED_FLOW_TRANSITIONS = frozenset(( (PENDING, RUNNING), # run it!