diff --git a/doc/install-guide/source/glance-install.rst b/doc/install-guide/source/glance-install.rst index 0c6de07f4c..fba3b79a0c 100644 --- a/doc/install-guide/source/glance-install.rst +++ b/doc/install-guide/source/glance-install.rst @@ -374,7 +374,7 @@ Install and configure components .. 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: .. code-block:: console @@ -386,7 +386,7 @@ Install and configure components .. only:: ubuntu - #. Restart the Image service services: + #. Restart the Image services: .. code-block:: console diff --git a/doc/install-guide/source/heat-install.rst b/doc/install-guide/source/heat-install.rst index c58a613f9b..fc453c67e9 100644 --- a/doc/install-guide/source/heat-install.rst +++ b/doc/install-guide/source/heat-install.rst @@ -12,7 +12,7 @@ Orchestration service, code-named heat, on the controller node. ------------- 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. #. To create the database, complete these steps: diff --git a/doc/install-guide/source/keystone-install.rst b/doc/install-guide/source/keystone-install.rst index 2fd909fd92..a3f1294ccd 100644 --- a/doc/install-guide/source/keystone-install.rst +++ b/doc/install-guide/source/keystone-install.rst @@ -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. - * In the ``[memcache]`` section, configure the Memcache service: + * In the ``[memcache]`` section, configure the Memcached service: .. code-block:: ini diff --git a/doc/install-guide/source/launch-instance-networks-private.rst b/doc/install-guide/source/launch-instance-networks-private.rst index 66d0971493..802f4c52f3 100644 --- a/doc/install-guide/source/launch-instance-networks-private.rst +++ b/doc/install-guide/source/launch-instance-networks-private.rst @@ -195,7 +195,7 @@ to the existing ``public`` provider network. 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 creation examples. diff --git a/doc/install-guide/source/launch-instance-networks-public.rst b/doc/install-guide/source/launch-instance-networks-public.rst index 1f5d76c64c..87d458b19d 100644 --- a/doc/install-guide/source/launch-instance-networks-public.rst +++ b/doc/install-guide/source/launch-instance-networks-public.rst @@ -25,7 +25,7 @@ connects directly to the physical network infrastructure. .. figure:: figures/network1-connectivity.png :alt: Networking Option 1: Provider networks - Connectivity - **Networking Option 2: Provider networks - Connectivity** + **Networking Option 1: Provider networks - Connectivity** Create the public network -------------------------