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' Change-Id: I3e66a39ba7a42402a0a25fce573eecf908a5a3dd Related-To: https://bugzilla.redhat.com/1040572 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/01/24001/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py index 296ed82..0cdf755 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-dwh/db/connection.py @@ -138,7 +138,8 @@ "Please create database for ovirt-engine-dwh use. " "Use the following commands as an example:\n" "\n" - "create user engine_history password 'engine_history';\n" + "create role engine_history with login encrypted password " + "'engine_history';" "create database engine_history owner engine_history " "template template0\n" "encoding 'UTF8' lc_collate 'en_US.UTF-8'\n" -- To view, visit http://gerrit.ovirt.org/24001 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3e66a39ba7a42402a0a25fce573eecf908a5a3dd 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
