diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2015-11-09 18:28:47 +0100 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2015-11-25 09:12:25 +0100 |
| commit | aeffe2da42734655cbaedb2c4d4f9e28bd2df1c0 (patch) | |
| tree | 302b9ef0c8d4afbccc141f4f4b68a42295542cd8 /ipaserver/install/plugins | |
| parent | 5427e7a8c7216b0aa54159a668951d71fb009139 (diff) | |
| download | freeipa-aeffe2da42734655cbaedb2c4d4f9e28bd2df1c0.tar.gz freeipa-aeffe2da42734655cbaedb2c4d4f9e28bd2df1c0.tar.xz freeipa-aeffe2da42734655cbaedb2c4d4f9e28bd2df1c0.zip | |
install: drop support for Dogtag 9
Dogtag 9 CA and CA DS install and uninstall code was removed. Existing
Dogtag 9 CA and CA DS instances are disabled on upgrade.
Creating a replica of a Dogtag 9 IPA master is still supported.
https://fedorahosted.org/freeipa/ticket/5197
Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaserver/install/plugins')
| -rw-r--r-- | ipaserver/install/plugins/ca_renewal_master.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ipaserver/install/plugins/ca_renewal_master.py b/ipaserver/install/plugins/ca_renewal_master.py index dae976f02..e83cf3b02 100644 --- a/ipaserver/install/plugins/ca_renewal_master.py +++ b/ipaserver/install/plugins/ca_renewal_master.py @@ -21,7 +21,7 @@ from ipaserver.install import installutils, certs, cainstance from ipalib import errors from ipalib import Updater from ipalib.plugable import Registry -from ipapython import certmonger, dogtag +from ipapython import certmonger from ipaplatform.paths import paths from ipapython.dn import DN @@ -83,8 +83,7 @@ class update_ca_renewal_master(Updater): self.debug("certmonger request for ipaCert not found") config = installutils.get_directive( - dogtag.configured_constants().CS_CFG_PATH, - 'subsystem.select', '=') + paths.CA_CS_CFG_PATH, 'subsystem.select', '=') if config == 'New': pass |
