Sandro Bonazzola has submitted this change and it was merged. Change subject: packaging: setup: postgres provision: generate only ASCII password ......................................................................
packaging: setup: postgres provision: generate only ASCII password python string module is locale aware, so generating letter in non unicode locale will result non unicode password, unreadable by java. instead of using the string module, use hardcoded known good characters. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1035932 Change-Id: I1b27d8eb26c777617ff3bf625b979a75bc3225c6 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-setup/provisioning/postgres.py 1 file changed, 7 insertions(+), 5 deletions(-) Approvals: Alon Bar-Lev: Verified Sandro Bonazzola: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21863 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1b27d8eb26c777617ff3bf625b979a75bc3225c6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3.2 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Itamar Heim <ih...@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches