From 4b381b1503d8c282b4d4680beed2a9439f5b61cc Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 30 Sep 2015 09:05:33 +0200 Subject: vault: select a server with KRA for vault operations This uses the same mechanism which is used for the CA. https://fedorahosted.org/freeipa/ticket/5302 Reviewed-By: Martin Basti --- ipalib/constants.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipalib') diff --git a/ipalib/constants.py b/ipalib/constants.py index 987d40901..d46a589b4 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -167,9 +167,6 @@ DEFAULT_CONFIG = ( ('ca_agent_install_port', None), ('ca_ee_install_port', None), - # KRA plugin - ('kra_host', FQDN), # Set in Env._finalize_core() - # Topology plugin ('recommended_max_agmts', 4), # Recommended maximum number of replication # agreements -- cgit