Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: align user instruction for database creation
......................................................................

packaging: setup: align user instruction for database creation

'create user' -> 'create role'

Also:

'engine_history' -> 'engine_reports'

Change-Id: I60499d3485178bcf26372d5b332f0389dc9de57e
Related-To: https://bugzilla.redhat.com/1040572
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M 
packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/db/connection.py
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/02/24002/1

diff --git 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/db/connection.py
 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/db/connection.py
index f3284a8..beb2dba 100644
--- 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/db/connection.py
+++ 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/db/connection.py
@@ -142,8 +142,9 @@
                     "Please create database for ovirt-engine-reports use. "
                     "Use the following commands as an example:\n"
                     "\n"
-                    "create user engine_history password 'engine_history';\n"
-                    "create database engine_history owner engine_history "
+                    "create role engine_reports with login encrypted password "
+                    "'engine_reports';"
+                    "create database engine_reports owner engine_reports "
                     "template template0\n"
                     "encoding 'UTF8' lc_collate 'en_US.UTF-8'\n"
                     "lc_ctype 'en_US.UTF-8';\n"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60499d3485178bcf26372d5b332f0389dc9de57e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
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