Skip to content
Snippets Groups Projects
Commit 1817f49b authored by Guido Trotter's avatar Guido Trotter
Browse files

Add constants.VALUE_TRUE and VALUE_FALSE

Reviewed-by: imsnah
parent 8edcd611
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment