From 34ba1b7060a9f5271c4f59bca7bfb689335e1c47 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 15 Nov 2012 09:38:24 -0500 Subject: Remove code to install Dogtag 9 Since we depend on Dogtag 10 now, there is no need to keep code that installs a Dogtag 9 CA. Support for upgraded Dogtag-9-style instances is left in. https://fedorahosted.org/freeipa/ticket/3529 --- ipapython/platform/fedora16/service.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipapython') diff --git a/ipapython/platform/fedora16/service.py b/ipapython/platform/fedora16/service.py index dac8c0049..f8026b9f2 100644 --- a/ipapython/platform/fedora16/service.py +++ b/ipapython/platform/fedora16/service.py @@ -128,10 +128,6 @@ class Fedora16CAService(Fedora16Service): root_logger.debug( 'The httpd proxy is not installed, skipping wait for CA') return - if dogtag.install_constants.DOGTAG_VERSION < 10: - # The server status information isn't available on DT 9 - root_logger.debug('Using Dogtag 9, skipping wait for CA') - return root_logger.debug('Waiting until the CA is running') timeout = api.env.startup_timeout op_timeout = time.time() + timeout -- cgit