summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-11-18 19:49:15 +0100
committerJan Cholasta <jcholast@redhat.com>2014-12-10 16:59:56 +0000
commit337faf506462a01c6dbcd00f2039ed5627691864 (patch)
treec8996b70536e5f6d28a7951d7d244ad502d6e42f /install
parent6d3403edacbf547c31085acb0d542ec7f56c6e90 (diff)
downloadfreeipa-337faf506462a01c6dbcd00f2039ed5627691864.tar.gz
freeipa-337faf506462a01c6dbcd00f2039ed5627691864.tar.xz
freeipa-337faf506462a01c6dbcd00f2039ed5627691864.zip
Using wget to get status of CA
This is just workaround Ticket: https://fedorahosted.org/freeipa/ticket/4676 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/tools/ipa-upgradeconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig
index 887d3ce99..c25ab5431 100644
--- a/install/tools/ipa-upgradeconfig
+++ b/install/tools/ipa-upgradeconfig
@@ -1426,10 +1426,6 @@ def main():
ca.restart(dogtag.configured_constants().PKI_INSTANCE_NAME)
except ipautil.CalledProcessError, e:
root_logger.error("Failed to restart %s: %s", ca.service_name, e)
- # FIXME https://fedorahosted.org/freeipa/ticket/4676
- # workaround
- except RuntimeError as e:
- root_logger.warning(str(e))
set_sssd_domain_option('ipa_server_mode', 'True')