mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 13:51:40 +00:00
Fix a couple of singular/plural words
Signed-off-by: Munoz, Obed N <obed.n.munoz@intel.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user