Removing references to the 'Dead' host status
Signed-off-by: James Ren <jamesren@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@4409 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/models.py b/frontend/afe/models.py
index dea02a9..a749ea1 100644
--- a/frontend/afe/models.py
+++ b/frontend/afe/models.py
@@ -198,7 +198,7 @@
dirty: true if the host has been used without being rebooted
"""
Status = enum.Enum('Verifying', 'Running', 'Ready', 'Repairing',
- 'Repair Failed', 'Dead', 'Cleaning', 'Pending',
+ 'Repair Failed', 'Cleaning', 'Pending',
string_values=True)
Protection = host_protections.Protection