Yaniv Dary has uploaded a new change for review.

Change subject: packaging: fixed function of database user creation
......................................................................

packaging: fixed function of database user creation

Change-Id: I24f6e7f21ee8e448d71ff603aa8c840ba65ebea7
Bug-Url: https://bugzilla.redhat.com/1027894
Signed-off-by: Yaniv Dary <yd...@redhat.com>
---
M packaging/ovirt-engine-dwh-setup.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/64/21064/1

diff --git a/packaging/ovirt-engine-dwh-setup.py 
b/packaging/ovirt-engine-dwh-setup.py
index bd62eb9..d8d13b9 100755
--- a/packaging/ovirt-engine-dwh-setup.py
+++ b/packaging/ovirt-engine-dwh-setup.py
@@ -502,6 +502,7 @@
                         user=db_dict['username'],
                         password=db_dict['password'],
                         option='createdb',
+                        validate=False,
                     )
 
                     utils.createDB(db_dict['dbname'], db_dict['username'])


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24f6e7f21ee8e448d71ff603aa8c840ba65ebea7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <yd...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to