From 8b8b8b81af20633906ce30a884ced5c2be0ba995 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 2 Dec 2008 05:04:28 +0000 Subject: [PATCH] Introduce a new 'master_candidate' node attribute The field is not yet used. Reviewed-by: imsnah --- lib/objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/objects.py b/lib/objects.py index 3c3dcb6de..7e8de2a6d 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -684,6 +684,7 @@ class Node(TaggableObject): "primary_ip", "secondary_ip", "serial_no", + "master_candidate", ] -- GitLab