Ofer Schreiber has uploaded a new change for review.

Change subject: packaging: allign user instruction for database creation with 
dwh
......................................................................

packaging: allign user instruction for database creation with dwh

Allign the database creation instrutions to the setup user with dwh-setup.
replaced "create user..." with "create role...".

Change-Id: I98e0687ae9581c2378ca255f047597eb6b1d910b
Signed-off-by: Ofer Schreiber <oschr...@redhat.com>
Bug-Url: https://bugzilla.redhat.com/1059357
(cherry picked from commit c0f6e1a23a2f2f68136e5c501b4ec7ff08ebce3a)
---
M packaging/setup/plugins/ovirt-engine-setup/db/connection.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/23867/1

diff --git a/packaging/setup/plugins/ovirt-engine-setup/db/connection.py 
b/packaging/setup/plugins/ovirt-engine-setup/db/connection.py
index d5757b5..5b8a648 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/db/connection.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/db/connection.py
@@ -130,7 +130,7 @@
                     "Please create database for ovirt-engine use. "
                     "Use the following commands as an example:\n"
                     "\n"
-                    "create user engine password 'engine';\n"
+                    "create role 'engine' with login encrypted password 
'engine';\n"
                     "create database engine owner engine 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/23867
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98e0687ae9581c2378ca255f047597eb6b1d910b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Ofer Schreiber <oschr...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to