summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorDavid Kupka <dkupka@redhat.com>2016-06-21 14:41:17 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-28 15:03:42 +0200
commit65aa2d48ffeeacafd5736db33b9be050153077c3 (patch)
tree4f15b554eae830bc46581e7a65bd253ff6433fbc /ipalib/constants.py
parentbf91c0f938502fdd9ac6490d0781788ec99a868b (diff)
downloadfreeipa-65aa2d48ffeeacafd5736db33b9be050153077c3.tar.gz
freeipa-65aa2d48ffeeacafd5736db33b9be050153077c3.tar.xz
freeipa-65aa2d48ffeeacafd5736db33b9be050153077c3.zip
env: Add 'server' variable to api.env
https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Jan Cholasta <jcholast@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 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()
)