Public bug reported: - [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/ ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1719037 Title: Installation in glance Status in Glance: New 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 manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1719037/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

