Merge "Fix incorrect RST markups"

This commit is contained in:
Jenkins 2016-09-28 12:12:09 +00:00 committed by Gerrit Code Review
commit a4dd910c87
2 changed files with 15 additions and 22 deletions

View File

@ -81,12 +81,10 @@ The follow figure depicts the solution designed to have both a
centralized set of core data centers for OpenStack services and paired edge centralized set of core data centers for OpenStack services and paired edge
data centers. data centers.
**Multi-site architecture example** **Multi-site architecture example**
.. figure:: ../figures/Multi-Site_Customer_Edge.png .. figure:: ../figures/Multi-Site_Customer_Edge.png
Geo-redundant load balancing example Geo-redundant load balancing example
------------------------------------ ------------------------------------
@ -166,13 +164,10 @@ An external load balancing service was used and not the LBaaS in
OpenStack because the solution in OpenStack is not redundant and does OpenStack because the solution in OpenStack is not redundant and does
not have any awareness of geo location. not have any awareness of geo location.
.. _ms-geo-redundant:
**Multi-site geo-redundant architecture** **Multi-site geo-redundant architecture**
.. figure:: ../figures/Multi-site_Geo_Redundant_LB.png .. figure:: ../figures/Multi-site_Geo_Redundant_LB.png
Location-local service example Location-local service example
------------------------------ ------------------------------
@ -192,15 +187,13 @@ number of network hops for end users. Despite these differences, the
storage replication configuration has significant overlap with that of a storage replication configuration has significant overlap with that of a
geo-redundant load balancing use case. geo-redundant load balancing use case.
In :ref:`ms-shared-keystone`, the application utilizing this multi-site In the below architecture, the application utilizing this multi-site
OpenStack install that is location-aware would launch web server or content OpenStack install that is location-aware would launch web server or content
serving instances on the compute cluster in each site. Requests from clients serving instances on the compute cluster in each site. Requests from clients
are first sent to a global services load balancer that determines the location are first sent to a global services load balancer that determines the location
of the client, then routes the request to the closest OpenStack site where the of the client, then routes the request to the closest OpenStack site where the
application completes the request. application completes the request.
.. _ms-shared-keystone: **Multi-site shared keystone architecture**
.. figure:: ../figures/Multi-Site_shared_keystone1.png .. figure:: ../figures/Multi-Site_shared_keystone1.png
**Multi-site shared keystone architecture**