Message ID | 20120607234410.27684.45720.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_scheduler_app/models.py' --- lava_scheduler_app/models.py 2012-05-28 07:21:03 +0000 +++ lava_scheduler_app/models.py 2012-06-04 18:49:03 +0000 @@ -69,12 +69,14 @@ IDLE = 1 RUNNING = 2 OFFLINING = 3 + RETIRED = 4 STATUS_CHOICES = ( (OFFLINE, 'Offline'), (IDLE, 'Idle'), (RUNNING, 'Running'), (OFFLINING, 'Going offline'), + (RETIRED, 'Retired'), ) # A device health shows a device is ready to test or not