Simone Tiraboschi has uploaded a new change for review. Change subject: packaging: setup: adding jboss.cer to the list of file to uninstall ......................................................................
packaging: setup: adding jboss.cer to the list of file to uninstall Adding jboss.cer to the list of file to uninstall: jboss.cer is actually created by engine-setup but is not removed by engine-cleanup Change-Id: I5cf8300b7b0b5030856e7e3b2a0c5d6a9dc009c0 Signed-off-by: Simone Tiraboschi <stira...@redhat.com> --- M packaging/setup/ovirt_engine_setup/engine/constants.py M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/28991/1 diff --git a/packaging/setup/ovirt_engine_setup/engine/constants.py b/packaging/setup/ovirt_engine_setup/engine/constants.py index c4e452f..f9ba811 100644 --- a/packaging/setup/ovirt_engine_setup/engine/constants.py +++ b/packaging/setup/ovirt_engine_setup/engine/constants.py @@ -159,6 +159,10 @@ OVIRT_ENGINE_PKIKEYSDIR, 'jboss.p12', ) + OVIRT_ENGINE_PKI_JBOSS_CERT = os.path.join( + OVIRT_ENGINE_PKICERTSDIR, + 'jboss.cer', + ) OVIRT_ENGINE_PKI_ENGINE_CA_CERT = os.path.join( OVIRT_ENGINE_PKIDIR, 'ca.pem', diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py index 247b9f2..c11028f 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py @@ -291,6 +291,7 @@ oenginecons.FileLocations.OVIRT_ENGINE_PKI_ENGINE_STORE, oenginecons.FileLocations.OVIRT_ENGINE_PKI_ENGINE_TRUST_STORE, oenginecons.FileLocations.OVIRT_ENGINE_PKI_JBOSS_STORE, + oenginecons.FileLocations.OVIRT_ENGINE_PKI_JBOSS_CERT, oenginecons.FileLocations.OVIRT_ENGINE_PKI_CA_CERT_CONF, oenginecons.FileLocations.OVIRT_ENGINE_PKI_CERT_CONF, ( -- To view, visit http://gerrit.ovirt.org/28991 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5cf8300b7b0b5030856e7e3b2a0c5d6a9dc009c0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches