Update sqlite -> SQLite
Closes-Bug: #1250511 backport: havana Change-Id: Ic001b0d24a5d308e1ad8fea8ab6dda504616d625 author: diane fleming
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user