Alex Lourie has uploaded a new change for review.

Change subject: packaging: setup: fix ENGINE_DB database name
......................................................................

packaging: setup: fix ENGINE_DB database name

Change-Id: I8b5c616c0a87e772026127a138435403a80bbc92
Bug-Url: https://bugzilla.redhat.com/1024797
Signed-off-by: Alex Lourie <[email protected]>
---
M packaging/ovirt-engine-reports-setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/48/20748/1

diff --git a/packaging/ovirt-engine-reports-setup.py 
b/packaging/ovirt-engine-reports-setup.py
index 2b44a11..e3a24d7 100755
--- a/packaging/ovirt-engine-reports-setup.py
+++ b/packaging/ovirt-engine-reports-setup.py
@@ -276,7 +276,7 @@
                 utils.generatePassword()
             ),
             'engine_db': (
-                handler.getParam('ENGINE_DB_NAME').strip('"') or
+                handler.getParam('ENGINE_DB_DATABASE').strip('"') or
                 ENGINE_DB_NAME
             ),
             'engine_user': handler.getParam('ENGINE_DB_USER').strip('"'),


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b5c616c0a87e772026127a138435403a80bbc92
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to