mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user