You have been subscribed to a public bug:

Pike
Install and configure (Red Hat)
Prerequisites
only  
mysql -u root -p

no step:
Create the glance databases:

MariaDB [(none)]> CREATE DATABASE glance;
Grant proper access to the databases:

MariaDB [(none)]> GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'localhost' \
  IDENTIFIED BY 'GLANCE_DBPASS';
MariaDB [(none)]> GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'%' \
  IDENTIFIED BY 'GLANCE_DBPASS';

** Affects: glance
     Importance: Undecided
         Status: New

-- 
[glance] Pike manual install glance not creae database glance step
https://bugs.launchpad.net/bugs/1716647
You received this bug notification because you are a member of Yahoo! 
Engineering Team, which is subscribed to Glance.

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to