Install and configure (Ubuntu) in glance - Missing Create DB part

Bug #1732655 reported by daniel smith
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Glance
New
Undecided
Shubhendu Poothia

Bug Description

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 including example:

Start of glance install instructions (Pike on Ubuntu) say:

"mysql" but doesnt create DB or add grants (Missing steps) before running the ostack client commands to add glance service, user, role and tie them up

I think you are missing the following lines/should be:

"mysql -u root -p" <enter dbpass>
"create database glance;"
"grant all privileges on glance.* to 'glance'@'localhost' identified by 'GLANCE_DBPASS';"
"grant all privileges on glance.* to 'glance'@'%' identified by 'GLANCE_DBPASS';"

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.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/install-ubuntu.rst
URL: https://docs.openstack.org/glance/pike/install/install-ubuntu.html

Tags: glance install
Changed in glance:
assignee: nobody → Shubhendu Poothia (shubhendu)
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.