Correcting grammatical errors

In arch-design/content/arch-design-architecture-multiple-site.html
under Openstack services architecture and networking sections.

Change-Id: I93ecf9e13530b40f9e769d7c30c757ce8b2632cf
Closes-Bug: #1512602
This commit is contained in:
judejob
2015-11-03 16:48:12 +05:30
parent c08784d8c3
commit 8551317764

View File

@@ -27,21 +27,21 @@
</figure> </figure>
<section xml:id="openstack-services-architecture"> <section xml:id="openstack-services-architecture">
<title>OpenStack services architecture</title> <title>OpenStack services architecture</title>
<para>The OpenStack Identity service, which is used by all other <para>The Identity service, which is used by all other
OpenStack components for authorization and the catalog of OpenStack components for authorization and the catalog of
service endpoints, supports the concept of regions. A region service endpoints, supports the concept of regions. A region
is a logical construct used to group OpenStack services in is a logical construct used to group OpenStack services in
close proximity to one another. The concept of close proximity to one another. The concept of
regions is flexible; it may can contain OpenStack service regions is flexible; it may contain OpenStack service
endpoints located within a distinct geographic region or regions. endpoints located within a distinct geographic region or regions.
It may be smaller in scope, where a region is a single rack It may be smaller in scope, where a region is a single rack
within a data center, with multiple regions existing in adjacent within a data center, with multiple regions existing in adjacent
racks in the same data center.</para> racks in the same data center.</para>
<para>The majority of OpenStack components are designed to run <para>The majority of OpenStack components are designed to run
within the context of a single region. The OpenStack Compute within the context of a single region. The Compute
service is designed to manage compute resources within a region, service is designed to manage compute resources within a region,
with support for subdivisions of compute resources by using with support for subdivisions of compute resources by using
availability zones and cells. The OpenStack Networking service availability zones and cells. The Networking service
can be used to manage network resources in the same broadcast can be used to manage network resources in the same broadcast
domain or collection of switches that are linked. The OpenStack domain or collection of switches that are linked. The OpenStack
Block Storage service controls storage resources within a region Block Storage service controls storage resources within a region
@@ -71,7 +71,7 @@
HTTP caching layer, use a caching layer like Memcache to cache HTTP caching layer, use a caching layer like Memcache to cache
objects between the proxy and storage nodes.</para> objects between the proxy and storage nodes.</para>
<para>If the cloud is designed with a separate Object Storage <para>If the cloud is designed with a separate Object Storage
Service endpoint made available in each region, applications are service endpoint made available in each region, applications are
required to handle synchronization (if desired) and other management required to handle synchronization (if desired) and other management
operations to ensure consistency across the nodes. For some operations to ensure consistency across the nodes. For some
applications, having multiple Object Storage Service endpoints applications, having multiple Object Storage Service endpoints
@@ -87,16 +87,16 @@
</section> </section>
<section xml:id="arch-networking-multiple"> <section xml:id="arch-networking-multiple">
<title>Networking</title> <title>Networking</title>
<para>When connecting multiple regions together there are several design <para>When connecting multiple regions together, there are several design
considerations. The overlay network technology choice determines how considerations. The overlay network technology choice determines how
packets are transmitted between regions and how the logical network packets are transmitted between regions and how the logical network
and addresses present to the application. If there are security or and addresses present to the application. If there are security or
regulatory requirements, encryption should be implemented to secure regulatory requirements, encryption should be implemented to secure
the traffic between regions. For networking inside a region, the the traffic between regions. For networking inside a region, the
overlay network technology for tenant networks is equally important. overlay network technology for tenant networks is equally important.
The overlay technology and the network traffic of an application The overlay technology and the network traffic that an application
generates or receives can be either complementary or be at cross generates or receives can be either complementary or serve cross
purpose. For example, using an overlay technology for an application purposes. For example, using an overlay technology for an application
that transmits a large amount of small packets could add excessive that transmits a large amount of small packets could add excessive
latency or overhead to each packet if not configured latency or overhead to each packet if not configured
properly.</para> properly.</para>