Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: use own connection ......................................................................
packaging: setup: use own connection Revert I7ba25d4b5dc7cb7ab4e3d8beaa52cfb7ac7087b6 . Requires http://gerrit.ovirt.org/31001 . We can't use an existing connection when on separate hosts. Instead just prevent the conflict by making the engine not update the same row. Change-Id: Ia6de30c43fbe395fb293eed31930ba4be7d702f5 Bug-Url: https://bugzilla.redhat.com/1080998 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/engine.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/02/31002/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/engine.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/engine.py index ffd841d..4d611ca 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/engine.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/engine.py @@ -95,7 +95,7 @@ ), version='general', ), - ownConnection=False, + ownConnection=True, ) @plugin.event( -- To view, visit http://gerrit.ovirt.org/31002 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia6de30c43fbe395fb293eed31930ba4be7d702f5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
