Fix a couple of singular/plural words

Signed-off-by: Munoz, Obed N <obed.n.munoz@intel.com>
This commit is contained in:
Munoz, Obed N
2016-04-07 14:44:08 -05:00
parent 8ad3a1a817
commit f036705c40
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Configure your environment
==========================
Before continuing with the installation process, is important to understand:
Before continuing with the installation process, it's important to understand:
* The :file:`hosts` file; this file defines the roles your machines play in the
overall scheme of your network mapping.
+2 -2
View File
@@ -6,7 +6,7 @@ The "hosts" file
The :file:`hosts` file is an inventory file where you specify, via
``ini`` format, the roles your machine plays.
The hosts file can be structured with different groups, where each
The :file:`hosts` file can be structured with different groups, where each
group plays a specific role in your environment and network mapping.
Consider the following example::
@@ -15,7 +15,7 @@ Consider the following example::
192.168.50.13
Here the :role:`[openstack_identity]` syntax defines the group, and
``192.168.50.13`` specifies the machines that possess that role. You
``192.168.50.13`` specifies the machine(s) that possess that role. You
may define multiple machines in the same group; this is a standard
configuration for :role:`[openstack_compute]` nodes::