summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/development/requirements/use_cases/georedundancy.rst2
-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
~~~~~~~~~~~~~~~~~~~~~~