Previously, the instructions for creating a database user provided when running engine-setup, rhevm-reports-setup and rhevm-dwh-setup were different. With this update, all instructions have now been standardized so that they refer to creating a role with an encrypted password.
Verified io is34.1:
Manual action required.
Please create database for ovirt-engine use. Use the following commands as an example:
create role engine with login encrypted password 'engine';
create database engine owner engine template template0
encoding 'UTF8' lc_collate 'en_US.UTF-8'
lc_ctype 'en_US.UTF-8';
Make sure that database can be accessed remotely.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-0227.html
Verified io is34.1: Manual action required. Please create database for ovirt-engine use. Use the following commands as an example: create role engine with login encrypted password 'engine'; create database engine owner engine template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8'; Make sure that database can be accessed remotely.