Install and configure (Ubuntu) in glance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Medium
|
Brian Rosmaita |
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:
- [x] This doc is inaccurate in this way: ______
In below part of document:
"Use the database access client to connect to the database server as the root user:
$ mysql -u root -p"
Compared with other project documentation (e.g. initial openstack installation, identity, nova) and based on wording before "mysql" command, mysql is executed with root shell user. By executing using root shell user, mysql will not ask for password. and it is inline with other documentation and avoid confusion for new user installing openstack.
so abova part should be written.
"Use the database access client to connect to the database server as the root user:
# mysql"
-------
Release: 15.0.2.dev4 on 'Wed Jun 27 16:17:38 2018, commit a4562ab'
SHA: a4562abeb13b47f
Source: https:/
URL: https:/
Changed in glance: | |
milestone: | none → stein-1 |
Looks like we have fallen out of step with the other installation guides. Thanks for bringing this to our attention.