[install-guide] fixed typos

Found and fixed the following typos in install-guide
: Image service services -> Image services
: missing "and"
: Memcache -> Memcached
: missing punctuation (.)
: Networking option number is "1" for Provider networks.

Change-Id: If50788a90f3c11cd65b510f243c85af48eb4499d
backport: Liberty
This commit is contained in:
Ian Y. Choi 2016-01-19 00:05:40 +09:00
parent b6ea5e5934
commit 97a077ace2
5 changed files with 6 additions and 6 deletions

View File

@ -374,7 +374,7 @@ Install and configure components
.. only:: obs or rdo .. only:: obs or rdo
* Start the Image service services and configure them to start when * Start the Image services and configure them to start when
the system boots: the system boots:
.. code-block:: console .. code-block:: console
@ -386,7 +386,7 @@ Install and configure components
.. only:: ubuntu .. only:: ubuntu
#. Restart the Image service services: #. Restart the Image services:
.. code-block:: console .. code-block:: console

View File

@ -12,7 +12,7 @@ Orchestration service, code-named heat, on the controller node.
------------- -------------
Before you install and configure Orchestration, you must create a Before you install and configure Orchestration, you must create a
database, service credentials, API endpoints. Orchestration also database, service credentials, and API endpoints. Orchestration also
requires additional information in the Identity service. requires additional information in the Identity service.
#. To create the database, complete these steps: #. To create the database, complete these steps:

View File

@ -150,7 +150,7 @@ requests and Memcached to store tokens instead of an SQL database.
Replace ``KEYSTONE_DBPASS`` with the password you chose for the database. Replace ``KEYSTONE_DBPASS`` with the password you chose for the database.
* In the ``[memcache]`` section, configure the Memcache service: * In the ``[memcache]`` section, configure the Memcached service:
.. code-block:: ini .. code-block:: ini

View File

@ -195,7 +195,7 @@ to the existing ``public`` provider network.
Verify operation Verify operation
---------------- ----------------
We recommend that you verify operation and fix any issues before proceeding We recommend that you verify operation and fix any issues before proceeding.
The following steps use the IP address ranges from the network and subnet The following steps use the IP address ranges from the network and subnet
creation examples. creation examples.

View File

@ -25,7 +25,7 @@ connects directly to the physical network infrastructure.
.. figure:: figures/network1-connectivity.png .. figure:: figures/network1-connectivity.png
:alt: Networking Option 1: Provider networks - Connectivity :alt: Networking Option 1: Provider networks - Connectivity
**Networking Option 2: Provider networks - Connectivity** **Networking Option 1: Provider networks - Connectivity**
Create the public network Create the public network
------------------------- -------------------------