diff options
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r-- | ipalib/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 23e80257d..026e07354 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -148,6 +148,7 @@ DEFAULT_CONFIG = ( # Enable certain optional plugins: ('enable_ra', False), ('ra_plugin', 'selfsign'), + ('wait_for_attr', False), # Used when verifying that the API hasn't changed. Not for production. ('validate_api', False), |