[Install] Minor language updates

Change-Id: Idf4fcca2196cb5fec67749a4e0ddb4d533e3e9e0
This commit is contained in:
Brian Moss 2016-09-22 11:04:20 +10:00
parent 4093606a2d
commit 04d3274abb
2 changed files with 7 additions and 8 deletions

View File

@ -32,9 +32,8 @@ Abstract
The OpenStack system consists of several key services that are separately
installed. These services work together depending on your cloud
needs. These services include Compute service, Identity service,
Networking service, Image service, Block Storage service, Object Storage
service, Telemetry service, Orchestration service, and Database service. You
needs and include the Compute, Identity, Networking, Image, Block Storage,
Object Storage, Telemetry, Orchestration, and Database services. You
can install any of these projects separately and configure them stand-alone
or as connected entities.
@ -76,7 +75,7 @@ or as connected entities.
Explanations of configuration options and sample configuration files
are included.
This guide documents OpenStack Newton release.
This guide documents the OpenStack Newton release.
.. warning::

View File

@ -28,12 +28,12 @@ OpenStack with sufficient Linux experience:
- Provides a web-based self-service portal
to interact with underlying OpenStack services,
such as launching an instance, assigning IP
addresses and configuring access controls.
addresses, and configuring access controls.
* - `Compute <http://www.openstack.org/software/releases/liberty/components/nova>`_
- `Nova <http://docs.openstack.org/developer/nova/>`_
- Manages the lifecycle of compute instances in an
OpenStack environment. Responsibilities include
spawning, scheduling and decommissioning of virtual
spawning, scheduling, and decommissioning of virtual
machines on demand.
* - `Networking <http://www.openstack.org/software/releases/liberty/components/neutron>`_
- `Neutron <http://docs.openstack.org/developer/neutron/>`_
@ -48,7 +48,7 @@ OpenStack with sufficient Linux experience:
-
* - `Object Storage <http://www.openstack.org/software/releases/liberty/components/swift>`_
- `Swift <http://docs.openstack.org/developer/swift/>`_
- Stores and retrieves arbitrary unstructured
- Stores and retrieves arbitrary, unstructured
data objects via a :term:`RESTful`, HTTP based API.
It is highly fault tolerant with its data replication and
scale-out architecture. Its implementation is not like a
@ -142,7 +142,7 @@ agents, and the dashboard. It also includes supporting services such as
an SQL database, :term:`message queue`, and :term:`NTP <Network Time Protocol
(NTP)>`.
Optionally, the controller node runs portions of Block Storage, Object
Optionally, the controller node runs portions of the Block Storage, Object
Storage, Orchestration, and Telemetry services.
The controller node requires a minimum of two network interfaces.