[glance] Pike manual install glance not creae database glance step

Bug #1716647 reported by daixianmeng
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Glance
New
Undecided
Unassigned

Bug Description

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';

Revision history for this message
daixianmeng (daixianmeng) wrote :
affects: openstack-manuals → glance
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.