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
This commit is contained in:
Petr Viktorin
2012-11-15 09:38:24 -05:00
parent b21abc76ca
commit 34ba1b7060
8 changed files with 22 additions and 218 deletions

View File

@@ -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