← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1716403] Re: Install and configure (Ubuntu) in glance: "create a database" section is missing

 

*** This bug is a duplicate of bug 1718125 ***
    https://bugs.launchpad.net/bugs/1718125

** This bug has been marked a duplicate of bug 1718125
   Missing some contents for install prerequisites

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

Title:
  Install and configure (Ubuntu) in glance: "create a database" section
  is missing

Status in Glance:
  New

Bug description:
  Only the first step of "create a database" is shown in
  https://docs.openstack.org/glance/pike/install/install-ubuntu.html


  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [ ] This doc is inaccurate in this way: ______
  - [ ] This is a doc addition request.
  - [x] I have a fix to the document that I can paste below: 


  The following commands should be added:
  ...
  (in "create a database" section)

  2. Create the glance database:
  MariaDB [(none)]> CREATE DATABASE glance

  3. Grant proper access to the glance database:
  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';

  Replace GLANCE_DBPASS with a suitable password.

  4. Exit the database access client.


  
  If you have a troubleshooting or support issue, use the following  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: 15.0.0.0rc2.dev25 on 'Wed Aug 23 03:33:04 2017, commit 9820166'
  SHA: 982016670fe908e5d7026714b115e63b7c31b46b
  Source: https://git.openstack.org/cgit/openstack/glance/tree/doc/source/install/install-ubuntu.rst
  URL: https://docs.openstack.org/glance/pike/install/install-ubuntu.html

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


References