Update states comment to refer to task section

Change-Id: Ie766a590cc0849e00d64fc485278767b74164c9e
This commit is contained in:
Joshua Harlow
2015-06-22 11:20:04 -07:00
committed by Thomas Goirand
parent 3fbe90c913
commit 7b2f79f773

View File

@@ -157,7 +157,7 @@ def check_flow_transition(old_state, new_state):
# 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((
(PENDING, RUNNING), # run it!