Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Do not overwrite db_dict in getDBStatus
......................................................................

packaging: setup: Do not overwrite db_dict in getDBStatus

Bug-Url: https://bugzilla.redhat.com/1045855
Change-Id: I85746493b127f3cbbc62cc2ac9c3e687dc185c77
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/ovirt-engine-dwh-setup.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/53/22653/1

diff --git a/packaging/ovirt-engine-dwh-setup.py 
b/packaging/ovirt-engine-dwh-setup.py
index b2ceebe..d8569bc 100755
--- a/packaging/ovirt-engine-dwh-setup.py
+++ b/packaging/ovirt-engine-dwh-setup.py
@@ -307,8 +307,8 @@
     ):
         exists, owned = utils.dbExists(dbdict, TEMP_PGPASS)
         if exists:
-            db_dict['username'] = dbdict['username']
-            db_dict['password'] = dbdict['password']
+            #db_dict['username'] = dbdict['username']
+            #db_dict['password'] = dbdict['password']
             break
 
     return exists, owned


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85746493b127f3cbbc62cc2ac9c3e687dc185c77
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to