diff options
author | csatari <gergely.csatari@nokia.com> | 2017-02-10 10:01:22 +0100 |
---|---|---|
committer | Gergely Csatari <gergely.csatari@nokia.com> | 2017-02-15 10:51:36 +0000 |
commit | d95a132d3c768e8f25c93ad6e90ea94f94cdbddc (patch) | |
tree | 898ad66614e001ea34c5870b750e2b6454f712f8 | |
parent | b1c66830c2fa87d07b79fb6706a2eb644d39d471 (diff) |
Correction of comments to Georedundancy
This change contains the corrections to the
comments of Prakash to change 28243.
Change-Id: I80f2767815c6d1507b133368c4638a0733a64636
Signed-off-by: csatari <gergely.csatari@nokia.com>
-rw-r--r-- | docs/development/requirements/use_cases/georedundancy.rst | 2 | ||||
-rw-r--r-- | docs/development/requirements/use_cases/georedundancy_regions_instances.rst (renamed from docs/development/requirements/use_cases/georedundancy_regions_insances.rst) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/requirements/use_cases/georedundancy.rst b/docs/development/requirements/use_cases/georedundancy.rst index 35336bd..183b8d1 100644 --- a/docs/development/requirements/use_cases/georedundancy.rst +++ b/docs/development/requirements/use_cases/georedundancy.rst @@ -62,7 +62,7 @@ The result of the deployment is shown in the following figure .. toctree:: georedundancy_cells.rst - georedundancy_regions_insances.rst + georedundancy_regions_instances.rst Conclusion ---------- diff --git a/docs/development/requirements/use_cases/georedundancy_regions_insances.rst b/docs/development/requirements/use_cases/georedundancy_regions_instances.rst index c2550eb..679f4bb 100644 --- a/docs/development/requirements/use_cases/georedundancy_regions_insances.rst +++ b/docs/development/requirements/use_cases/georedundancy_regions_instances.rst @@ -19,7 +19,7 @@ environment. The functionality behind the API depends on the underlying network providers (SDN controllers) and the networking setup. -(For example OpenDaylight has an API to add new BGP neighbor.) +(For example both OpenDaylight and ONOS have an API to add new BGP neighbors.) OpenStack Neutron should provide an abstracted API for this functionality what calls the underlying SDN controllers API. @@ -39,7 +39,7 @@ Northbound API / Workflow Data model objects ++++++++++++++++++ - local and remote endpoint objects (Most probably IP addresses with some - additional properties). + additional properties, like local or remote Autonomus Systems (AS)). Current implementation ~~~~~~~~~~~~~~~~~~~~~~ |