Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: correctly writing pg_hba.conf ......................................................................
packaging: setup: correctly writing pg_hba.conf Fixing the parameter order writing pg_hba.conf Change-Id: I6a75084ec5134570f0c27b60214db00813651370 Bug-Url: http://bugzilla.redhat.com/1134444 Signed-off-by: Simone Tiraboschi <[email protected]> (cherry picked from commit d431535542ab49f4db30e0b79125a07382a032a1) --- M packaging/setup/ovirt_engine_setup/engine_common/postgres.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/32516/1 diff --git a/packaging/setup/ovirt_engine_setup/engine_common/postgres.py b/packaging/setup/ovirt_engine_setup/engine_common/postgres.py index df248d3..51efdc6 100644 --- a/packaging/setup/ovirt_engine_setup/engine_common/postgres.py +++ b/packaging/setup/ovirt_engine_setup/engine_common/postgres.py @@ -359,8 +359,8 @@ # we cannot use all for address <psql-9 ( '{host:7} ' - '{user:15} ' '{database:15} ' + '{user:15} ' '{address:23} ' '{auth}' ).format( -- To view, visit http://gerrit.ovirt.org/32516 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6a75084ec5134570f0c27b60214db00813651370 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
