Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: db: remove unused engine certificate env ......................................................................
packaging: setup: db: remove unused engine certificate env since 3.3 it is not used. Change-Id: I08387adefb347ee362026e3b9d99e2cefde563bc Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py 1 file changed, 0 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/24884/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py index 03e88c5..712c7b2 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py @@ -259,10 +259,6 @@ self.execute( args=args, envAppend={ - 'ENGINE_CERTIFICATE': ( - osetupcons.FileLocations. - OVIRT_ENGINE_PKI_ENGINE_CA_CERT - ), 'ENGINE_PGPASS': self.environment[ osetupcons.DBEnv.PGPASS_FILE ] @@ -337,10 +333,6 @@ self.execute( args=args, envAppend={ - 'ENGINE_CERTIFICATE': ( - osetupcons.FileLocations. - OVIRT_ENGINE_PKI_ENGINE_CA_CERT - ), 'ENGINE_PGPASS': self.environment[ osetupcons.DBEnv.PGPASS_FILE ] -- To view, visit http://gerrit.ovirt.org/24884 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I08387adefb347ee362026e3b9d99e2cefde563bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
