diff --git a/doc/install-guide/section_glance-install.xml b/doc/install-guide/section_glance-install.xml index ca41c87406..cbc043de9e 100644 --- a/doc/install-guide/section_glance-install.xml +++ b/doc/install-guide/section_glance-install.xml @@ -41,7 +41,7 @@ - + The Image Service stores information about images in a database. The examples in this guide use the MySQL database that is used by other OpenStack services. @@ -57,12 +57,12 @@ connection mysql://glance:GLANCE_DBPASS@controller/glance # openstack-config --set /etc/glance/glance-registry.conf database \ connection mysql://glance:GLANCE_DBPASS@controller/glance - Edit + Edit /etc/glance/glance-api.conf and /etc/glance/glance-registry.conf and edit the [database] section of each file: - ... + ... [database] connection = mysql://glance:GLANCE_DBPASS@controller/glance @@ -216,7 +216,7 @@ flavor = keystone --internalurl=http://controller:9292 \ --adminurl=http://controller:9292 - + Restart the glance service with its new settings: # service glance-registry restart