Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: Remove keys on cleanup after upgrade ......................................................................
packaging: setup: Remove keys on cleanup after upgrade Remove engine_id_rsa and apache.key.nopass on cleanup after upgrade from 3.2. Before this change, many other files were removed in such a case, but not these ones. Change-Id: I06a015fa56594997a17ae073b12b0fcab1c11be7 Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-setup/legacy/ca.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/18584/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/legacy/ca.py b/packaging/setup/plugins/ovirt-engine-setup/legacy/ca.py index ba4cc05..e85008d 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/legacy/ca.py +++ b/packaging/setup/plugins/ovirt-engine-setup/legacy/ca.py @@ -61,6 +61,8 @@ osetupcons.FileLocations.OVIRT_ENGINE_PKI_JBOSS_STORE, osetupcons.FileLocations.OVIRT_ENGINE_PKI_CA_CERT_CONF, osetupcons.FileLocations.OVIRT_ENGINE_PKI_CERT_CONF, + osetupcons.FileLocations.OVIRT_ENGINE_PKI_ENGINE_SSH_KEY, + osetupcons.FileLocations.OVIRT_ENGINE_PKI_APACHE_KEY, ): if os.path.exists(name): uninstall_files.append(name) -- To view, visit http://gerrit.ovirt.org/18584 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I06a015fa56594997a17ae073b12b0fcab1c11be7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches