summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2014-04-02 11:04:07 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-04-04 11:56:34 +0200
commit34fc447c00189d53ccf44184cfd5ed48cde6bf86 (patch)
treecf92782c41b803897d95dd45abf676e6c699e68b /ipalib/constants.py
parent80af138f24f17fda81d9c94c35ff4cb81880f590 (diff)
downloadfreeipa-34fc447c00189d53ccf44184cfd5ed48cde6bf86.tar.gz
freeipa-34fc447c00189d53ccf44184cfd5ed48cde6bf86.tar.xz
freeipa-34fc447c00189d53ccf44184cfd5ed48cde6bf86.zip
Add wait_for_dns option to default.conf.
This option makes record changes in DNS tree synchronous. IPA calls will wait until new data are visible over DNS protocol or until timeout. It is intended only for testing. It should prevent tests from failing if there is bigger delay between changes in LDAP and DNS. Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 8fc04afcd..6cc50eacf 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -139,6 +139,7 @@ DEFAULT_CONFIG = (
('debug', False),
('startup_traceback', False),
('mode', 'production'),
+ ('wait_for_dns', False),
# CA plugin:
('ca_host', FQDN), # Set in Env._finalize_core()