Reuse already defined variable

The REVERTING variable is already defined as flow state. Reuse
it for the task state.

Change-Id: Ied67118be79e3ac933d5b7006720b72f8dc441b4
This commit is contained in:
Thomas Bechtold
2014-04-14 19:05:58 +02:00
committed by Thomas Goirand
parent ad9a2239fb
commit fa30ff480d

View File

@@ -36,7 +36,7 @@ RESUMING = 'RESUMING'
FAILURE = FAILURE
PENDING = PENDING
REVERTED = REVERTED
REVERTING = 'REVERTING'
REVERTING = REVERTING
SUCCESS = SUCCESS
RUNNING = RUNNING
RETRYING = 'RETRYING'