summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r--ipalib/plugable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py
index f704077a..6fe22429 100644
--- a/ipalib/plugable.py
+++ b/ipalib/plugable.py
@@ -737,6 +737,7 @@ class API(DictProxy):
"""
self.__doing('bootstrap')
self.env._bootstrap(**overrides)
+ self.env._finalize_core(**dict(constants.DEFAULT_CONFIG))
def load_plugins(self, dry_run=False):
"""