[haizea-commit] r830 - branches/1.1/src/haizea/core
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Thu Jul 15 18:52:49 CDT 2010
Author: borja
Date: 2010-07-15 18:52:49 -0500 (Thu, 15 Jul 2010)
New Revision: 830
Modified:
branches/1.1/src/haizea/core/leases.py
Log:
Lease in PREPARING state should be able to return to QUEUED state.
Modified: branches/1.1/src/haizea/core/leases.py
===================================================================
--- branches/1.1/src/haizea/core/leases.py 2010-07-15 22:45:40 UTC (rev 829)
+++ branches/1.1/src/haizea/core/leases.py 2010-07-15 23:52:49 UTC (rev 830)
@@ -819,7 +819,8 @@
(Lease.STATE_CANCELLED, "")],
Lease.STATE_PREPARING: [(Lease.STATE_READY, ""),
- (Lease.STATE_PENDING, ""),
+ (Lease.STATE_QUEUED, ""),
+ (Lease.STATE_PENDING, ""),
(Lease.STATE_CANCELLED, ""),
(Lease.STATE_FAIL, "")],
More information about the Haizea-commit
mailing list