From 65aa2d48ffeeacafd5736db33b9be050153077c3 Mon Sep 17 00:00:00 2001 From: David Kupka Date: Tue, 21 Jun 2016 14:41:17 +0200 Subject: env: Add 'server' variable to api.env https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Jan Cholasta --- ipalib/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index bcddb5b97..4242fe685 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -231,6 +231,7 @@ DEFAULT_CONFIG = ( ('logdir', object), # Directory containing log files ('log', object), # Path to context specific log file ('jsonrpc_uri', object), # derived from xmlrpc_uri in Env._finalize_core() + ('server', object), # derived from jsonrpc_uri in Env._finalize_core() ) -- cgit