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

iheim at redhat.com iheim at redhat.com
Sun Dec 1 06:44:02 UTC 2013


Itamar Heim 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:
  Sandro Bonazzola: Looks good to me, approved
  Itamar Heim: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/21856
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1b27d8eb26c777617ff3bf625b979a75bc3225c6
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list