Update sqlite -> SQLite

Closes-Bug: #1250511

backport: havana

Change-Id: Ic001b0d24a5d308e1ad8fea8ab6dda504616d625
author: diane fleming
This commit is contained in:
Diane Fleming
2013-11-12 09:24:17 -06:00
parent 5275a0221e
commit 74eb0b24a4
5 changed files with 8 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ sql_connection = mysql://glance:GLANCE_DBPASS@<replaceable>controller</replaceab
</step>
<step os="ubuntu">
<para>By default, the Ubuntu packages create an sqlite database.
<para>By default, the Ubuntu packages create an SQLite database.
Delete the <filename>glance.sqlite</filename> file created in
the <filename>/var/lib/glance/</filename> directory so that it
does not get used by mistake.</para>

View File

@@ -45,7 +45,7 @@ connection = mysql://heat:<replaceable>HEAT_DBPASS</replaceable>@controller/heat
...</programlisting>
</step>
<step os="ubuntu">
<para>By default, the Ubuntu packages create an sqlite database.
<para>By default, the Ubuntu packages create an SQLite database.
Delete the <filename>heat.sqlite</filename> file created in
the <filename>/var/lib/heat/</filename> directory so that it
does not get used by mistake.</para>

View File

@@ -50,7 +50,7 @@ connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone
<screen><prompt>#</prompt> <userinput>openstack-db --init --service keystone --password <replaceable>KEYSTONE_DBPASS</replaceable></userinput></screen>
</step>
<step os="ubuntu">
<para>By default, the Ubuntu packages create an sqlite database.
<para>By default, the Ubuntu packages create an SQLite database.
Delete the <filename>keystone.sqlite</filename> file created in
the <filename>/var/lib/keystone/</filename> directory so that it
does not get used by mistake.</para>

View File

@@ -75,7 +75,7 @@ connection = mysql://nova:NOVA_DBPASS@controller/nova</programlisting>
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>openstack-db --init --service nova --password <replaceable>NOVA_DBPASS</replaceable></userinput></screen>
</step>
<step os="ubuntu">
<para>By default, the Ubuntu packages create an sqlite database.
<para>By default, the Ubuntu packages create an SQLite database.
Delete the <filename>nova.sqlite</filename> file created in
the <filename>/var/lib/nova/</filename> directory so that it
does not get used by mistake.</para>