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

@@ -95,17 +95,17 @@
RAID controller.</para></section>
<section xml:id="object-storage-rate-limits">
<?dbhtml stop-chunking?>
<title>Throttling Resources by Setting Rate Limits</title>
<title>Throttle resources by setting rate limits</title>
<para>Rate limiting in OpenStack Object Storage is implemented
as a pluggable middleware that you configure on the proxy
server. Rate limiting is performed on requests that result
in database writes to the account and container sqlite
dbs. It uses memcached and is dependent on the proxy
in database writes to the account and container SQLite
databases. It uses memcached and is dependent on the proxy
servers having highly synchronized time. The rate limits
are limited by the accuracy of the proxy server
clocks.</para>
<section xml:id="configuration-for-rate-limiting">
<title>Configuration for Rate Limiting</title>
<title>Configure for rate limiting</title>
<para>All configuration is optional. If no account or
container limits are provided there will be no rate
limiting. Available configuration options include:</para>

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>