changes to install guide rst files

made changes to rst files to change from
a SQL to "an SQL" per the doc conventions wiki
https://wiki.openstack.org/wiki/Documentation/Conventions

Change-Id: Ia94245457fbb3a2ea1eb2a84a46bde887e9e76b4
This commit is contained in:
Shilla Saebi 2015-08-12 23:53:28 -04:00
parent 79d32c6607
commit 318a68b249
10 changed files with 13 additions and 13 deletions

View File

@ -319,7 +319,7 @@ To finalize installation
2. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server,
Because this configuration uses an SQL database server,
you can remove the SQLite database file:
.. code-block:: console

View File

@ -379,7 +379,7 @@ To finalize installation
# service cinder-volume restart
2. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server,
Because this configuration uses an SQL database server,
remove the SQLite database file:
.. code-block:: console

View File

@ -103,7 +103,7 @@ To configure the dashboard
.. note::
By default, SLES and openSUSE use a SQL database for session
By default, SLES and openSUSE use an SQL database for session
storage. For simplicity, we recommend changing the configuration
to use ``memcached`` for session storage.

View File

@ -343,7 +343,7 @@ To finalize installation
#. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server, you can
Because this configuration uses an SQL database server, you can
remove the SQLite database file:
.. code-block:: console

View File

@ -382,9 +382,9 @@ To finalize installation
# service heat-api-cfn restart
# service heat-engine restart
#. By default, the Ubuntu packages create a SQLite database.
#. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server, you
Because this configuration uses an SQL database server, you
can remove the SQLite database file:
.. code-block:: console

View File

@ -5,7 +5,7 @@ Install and configure
This section describes how to install and configure the OpenStack
Identity service, code-named keystone, on the controller node. For
performance, this configuration deploys the Apache HTTP server to handle
requests and Memcached to store tokens instead of a SQL database.
requests and Memcached to store tokens instead of an SQL database.
|
@ -533,9 +533,9 @@ database and an administration token.
# service apache2 restart
#. By default, the Ubuntu packages create a SQLite database.
#. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server, you can remove
Because this configuration uses an SQL database server, you can remove
the SQLite database file:
.. code-block:: console

View File

@ -276,7 +276,7 @@ To finalize installation
3. By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server, you can
Because this configuration uses an SQL database server, you can
remove the SQLite database file:
.. code-block:: console

View File

@ -352,7 +352,7 @@ To finalize installation
* By default, the Ubuntu packages create an SQLite database.
Because this configuration uses a SQL database server,
Because this configuration uses an SQL database server,
you can remove the SQLite database file:
.. code-block:: console

View File

@ -139,7 +139,7 @@ optional services. This guide uses the following example architectures:
- The :term:`controller node <cloud controller node>` runs the
Identity service, Image Service, management portions of Compute
and Networking, Networking plug-in, and the dashboard. It also
includes supporting services such as a SQL database,
includes supporting services such as an SQL database,
:term:`message queue`, and :term:`Network Time Protocol (NTP)`.
Optionally, the controller node runs portions of Block Storage,

View File

@ -23,7 +23,7 @@ create service credentials and an API endpoint.
.. note::
The Object Storage service does not use a SQL database on the controller
The Object Storage service does not use an SQL database on the controller
node. Instead, it uses distributed SQLite databases on each storage node.
#. Source the ``admin`` credentials to gain access to admin-only CLI commands: