summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/fedora16/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/platform/fedora16/service.py')
-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