Merge "Fix flow states link"

This commit is contained in:
Jenkins
2015-09-20 17:17:05 +00:00
committed by Gerrit Code Review

View File

@@ -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!