Change in ovirt-engine[master]: packaging: setup: postgres provision: generate only ASCII pa...

sbonazzo at redhat.com sbonazzo at redhat.com
Fri Nov 29 07:32:53 UTC 2013


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 <alonbl at 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/21852
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1b27d8eb26c777617ff3bf625b979a75bc3225c6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list