summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-27 15:36:41 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-27 15:36:41 -0600
commitbb9691099b7b025fc491279314d8803f4fa3b571 (patch)
tree3213f7065cb62d461fde16c5f6789ecd8db1a7ad /ipalib/plugable.py
parente6254026fe73c423d357a2fa1489de35475da46c (diff)
downloadfreeipa-bb9691099b7b025fc491279314d8803f4fa3b571.tar.gz
freeipa-bb9691099b7b025fc491279314d8803f4fa3b571.tar.xz
freeipa-bb9691099b7b025fc491279314d8803f4fa3b571.zip
API.bootstrap() now calls Env._finalize_core(); updated unit tests
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 f704077a2..6fe224299 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):
"""