summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-03-29 14:56:39 +0200
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-03-29 13:02:48 +0000
commit27f6523b80923324c00360abbd2bb85d99c0f86e (patch)
tree44b72beec4aafd34adc02769875fcc0f1e0bec80
parent2bec15d7d92172681771fd4567b959662087d7b7 (diff)
Reduce overview
Change-Id: Ifb8915d62ea26f44f29c4d3b84beecd78dceae9e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit c063e49cec6afa6ba1ab743a86482768fe1cc28e)
-rw-r--r--docs/development/overview/index.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst
index 44e0058..8bd29f8 100644
--- a/docs/development/overview/index.rst
+++ b/docs/development/overview/index.rst
@@ -6,6 +6,16 @@
SDN VPN
=======
-.. include:: ../../release/userguide/feature.userguide.rst
-
+A high-level description of the scenarios is provided in this section.
+For details of the scenarios and their provided capabilities refer to
+the scenario description document:
+http://artifacts.opnfv.org/danube/sdnpvn/scenarios/os-odl_l2-bgpvpn/index.html
+The BGPVPN feature enables creation of BGP VPNs on the Neutron API according to the OpenStack
+BGPVPN blueprint at https://blueprints.launchpad.net/neutron/+spec/neutron-bgp-vpn.
+In a nutshell, the blueprint defines a BGPVPN object and a number of ways
+how to associate it with the existing Neutron object model, as well as a unique
+definition of the related semantics. The BGPVPN framework supports a backend
+driver model with currently available drivers for Bagpipe, OpenContrail, Nuage
+and OpenDaylight. The OPNFV scenario makes use of the OpenDaylight driver and backend
+implementation through the ODL NetVirt project.