Skip to content

Commit

Permalink
Unconditionalizing a step so that ubuntu;debian output is correct
Browse files Browse the repository at this point in the history
for glance database configuration.

Cherry-pick from https://review.openstack.org/#/c/53456/

Change-Id: Ie79ae4223da968a67a4c7b497ba57dcc4870b856
Closes-bug:1243925
  • Loading branch information
annegentle committed Oct 24, 2013
1 parent 6c190a9 commit 270a9cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/install-guide/section_glance-install.xml
Expand Up @@ -24,7 +24,7 @@
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-glance python-glanceclient</userinput></screen></step>

<step os="rhel;centos;fedora;opensuse;sles"><para>The Image
<step><para>The Image
Service stores information about images in a database. This
guide uses the MySQL database that is used by other OpenStack
services.</para>
Expand Down Expand Up @@ -52,7 +52,6 @@
sql_connection = mysql://glance:GLANCE_DBPASS@localhost/glance
...
</programlisting>

</step>

<step os="rhel;centos;fedora;opensuse;sles">
Expand Down

0 comments on commit 270a9cb

Please sign in to comment.