Revision e92376d7 lib/constants.py

b/lib/constants.py
304 304

  
305 305
# Job status
306 306
JOB_STATUS_QUEUED = "queued"
307
JOB_STATUS_WAITLOCK = "waiting"
307 308
JOB_STATUS_RUNNING = "running"
308 309
JOB_STATUS_CANCELED = "canceled"
309 310
JOB_STATUS_SUCCESS = "success"
310 311
JOB_STATUS_ERROR = "error"
311 312

  
312 313
OP_STATUS_QUEUED = "queued"
314
OP_STATUS_WAITLOCK = "waiting"
313 315
OP_STATUS_RUNNING = "running"
314 316
OP_STATUS_CANCELED = "canceled"
315 317
OP_STATUS_SUCCESS = "success"

Also available in: Unified diff