Installation in glance

Bug #1719037 reported by jafar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
New
Undecided
Unassigned

Bug Description

- [x] This doc is inaccurate in this way: New version of document(pike) is missing details on creating Database
- [x] I have a fix to the document that I can paste below including example: input and output.
Problem exists on all OS guides(Ubuntu,debian,SUSE and RED HAT).
Here is what it should contain(copied from older versions):

```
Create the glance database:

MariaDB [(none)]> CREATE DATABASE glance;
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.

Exit the database access client.
```

-----------------------------------
Release: 15.0.1.dev1 on 'Mon Aug 7 01:28:54 2017, commit 9091d26'
SHA: 9091d262afb120fd077bae003d52463f833a4fde
Source: https://git.openstack.org/cgit/openstack/glance/tree/doc/source/install/index.rst
URL: https://docs.openstack.org/glance/pike/install/

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.