Fix flow states link

Change-Id: Ia1d468516db65ab82ce6bd6be0051cebb1b73409
This commit is contained in:
Joshua Harlow 2015-08-23 10:00:51 -07:00
parent 022e330f07
commit f95c3824e0
1 changed files with 1 additions and 1 deletions

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!