summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-11-15 09:38:24 -0500
committerPetr Viktorin <pviktori@redhat.com>2013-05-31 10:26:07 +0200
commit34ba1b7060a9f5271c4f59bca7bfb689335e1c47 (patch)
treee63ced8ce58243773f1c240d68956c944d194d79 /ipapython
parentb21abc76caac8b251f708e77da7c8c7046fa22a7 (diff)
downloadfreeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.tar.gz
freeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.tar.xz
freeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.zip
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
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/platform/fedora16/service.py4
1 files changed, 0 insertions, 4 deletions
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