mysql configuration in glance-registry.conf

Bug #1060805 reported by Ahmed Al-Mehdi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Low
Anne Gentle

Bug Description

http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-glance-files.html

The modified line in glance-registry.conf to point to mysql is noted as follow:

sql_connection = mysql://glance:yourpassword@192.168.206.130/glance

The accurate line should be:

sql_connection = mysql://glance:[YOUR_GLANCEDB_PASSWORD]@192.168.206.130/glance

(Using same phrase for password as used in the section "Configuring the Image Service database backend. Also to be consistent with keystone db configuration steps).

Also, the statement "Note : Any time you change the .conf files, restart the corresponding service." could be moved a few lines below to be closer to the "service restart" lines.

Tags: glance
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Low
tags: added: glance
Changed in openstack-manuals:
status: Confirmed → Triaged
Revision history for this message
koolhead17 (koolhead17) wrote :

@Ahmed please see the section http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html

The doc is under heavy modification.

Anne Gentle (annegentle)
Changed in openstack-manuals:
assignee: nobody → Anne Gentle (annegentle)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/13984
Committed: http://github.com/openstack/openstack-manuals/commit/763618eb6d5fa7bb98bef05bc95684b231f1cd18
Submitter: Jenkins
Branch: master

commit 763618eb6d5fa7bb98bef05bc95684b231f1cd18
Author: annegentle <email address hidden>
Date: Wed Oct 3 08:30:18 2012 -0500

    Edits to install/deploy guide.

    Fix bug 1060536 - removes unofficial .yaml script, rearranges scripted section,
    updates curl example in case user used keystone script to populate users/tenants
    roles etc.
    Fix bug 1060805 - ensuring we use YOUR_GLANCEDB_PASSWORD consistently
    Fix bug 1052967 - adds list of dependencies on Ubuntu 12.04
    Partial fix for bug 1041703 - updates nova.conf for folsom, not sure if there
    are many changes though since our sample install is quite simple

    Rebase against master removing curl verification steps for keystone install.

    Change-Id: I4e367eb6d2f4787ac01b60bdde2cf68545298093

Changed in openstack-manuals:
status: Triaged → Fix Released
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.