← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1716647] [NEW] [glance] Pike manual install glance not creae database glance step

 

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.