Alex Lourie has uploaded a new change for review. Change subject: packaging: setup: fixed pg_hba handling ......................................................................
packaging: setup: fixed pg_hba handling Change-Id: Ia07c00c871c51e1cbf46084621f11fa47b42c90c Bug-Url: https://bugzilla.redhat.com/988045 Signed-off-by: Alex Lourie <[email protected]> --- M packaging/common_utils.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/89/17289/1 diff --git a/packaging/common_utils.py b/packaging/common_utils.py index e3350db..bdd64ca 100755 --- a/packaging/common_utils.py +++ b/packaging/common_utils.py @@ -1037,7 +1037,7 @@ ).format( host='host', user=user, - database='*', + database='all', address=address, auth='md5', ) -- To view, visit http://gerrit.ovirt.org/17289 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia07c00c871c51e1cbf46084621f11fa47b42c90c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
