From 1817f49ba3da5b3c42c70d7befa3d78e92af674f Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 2 Dec 2008 10:53:01 +0000 Subject: [PATCH] Add constants.VALUE_TRUE and VALUE_FALSE Reviewed-by: imsnah --- lib/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/constants.py b/lib/constants.py index 9b1cd8c26..d8d602274 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -136,6 +136,8 @@ VALUE_DEFAULT = "default" VALUE_AUTO = "auto" VALUE_GENERATE = "generate" VALUE_NONE = "none" +VALUE_TRUE = "true" +VALUE_FALSE = "false" # hooks-related constants HOOKS_BASE_DIR = _autoconf.SYSCONFDIR + "/ganeti/hooks" -- GitLab