** Project changed: openstack-manuals => glance

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1716647

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

Status in Glance:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1716647/+subscriptions

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