Update states comment to refer to task section
Change-Id: Ie766a590cc0849e00d64fc485278767b74164c9e
This commit is contained in:
committed by
Thomas Goirand
parent
3fbe90c913
commit
7b2f79f773
@@ -157,7 +157,7 @@ def check_flow_transition(old_state, new_state):
|
|||||||
|
|
||||||
|
|
||||||
# Task state transitions
|
# Task state transitions
|
||||||
# See: http://docs.openstack.org/developer/taskflow/states.html
|
# See: http://docs.openstack.org/developer/taskflow/states.html#task
|
||||||
|
|
||||||
_ALLOWED_TASK_TRANSITIONS = frozenset((
|
_ALLOWED_TASK_TRANSITIONS = frozenset((
|
||||||
(PENDING, RUNNING), # run it!
|
(PENDING, RUNNING), # run it!
|
||||||
|
|||||||
Reference in New Issue
Block a user