From b144bf527db76573590255d4ac80e9dfd813ba3d Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Jul 19 2016 12:11:39 +0000 Subject: Use server API in com.redhat.idm.trust-fetch-domains oddjob helper https://fedorahosted.org/freeipa/ticket/6082 Reviewed-By: Alexander Bokovoy --- diff --git a/install/oddjob/com.redhat.idm.trust-fetch-domains b/install/oddjob/com.redhat.idm.trust-fetch-domains index a6b87cd..7c948fd 100755 --- a/install/oddjob/com.redhat.idm.trust-fetch-domains +++ b/install/oddjob/com.redhat.idm.trust-fetch-domains @@ -76,7 +76,7 @@ env._bootstrap(debug=options.debug, log=None) env._finalize_core(**dict(DEFAULT_CONFIG)) # Initialize the API with the proper debug level -api.bootstrap(debug=env.debug, log=None) +api.bootstrap(in_server=True, debug=env.debug, log=None) api.finalize() # Only import trust plugin after api is initialized or internal imports