summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index b6aa85466..9a2f19826 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -140,6 +140,9 @@ DEFAULT_CONFIG = (
('enable_ra', False),
('ra_plugin', 'selfsign'),
+ # Used when verifying that the API hasn't changed. Not for production.
+ ('validate_api', False),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************