Fix flow states link
Change-Id: Ia1d468516db65ab82ce6bd6be0051cebb1b73409
This commit is contained in:
@@ -87,7 +87,7 @@ def check_job_transition(old_state, new_state):
|
|||||||
|
|
||||||
|
|
||||||
# Flow state transitions
|
# 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((
|
_ALLOWED_FLOW_TRANSITIONS = frozenset((
|
||||||
(PENDING, RUNNING), # run it!
|
(PENDING, RUNNING), # run it!
|
||||||
|
Reference in New Issue
Block a user