diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-08-19 15:57:05 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-08-19 15:57:25 +0200 |
commit | 1cc5e4b07944b2fec64be0f0a8a1ce07fa2a2539 (patch) | |
tree | 61a4adc74f3ca09a5ac5a09023be1c1664f43607 /docs/userguide/featureusage.rst | |
parent | a070148babcc8f589baef1166197263761a63f46 (diff) |
adding example to the userguide
Change-Id: I501845e5200f6df638842dff93ee12346a75ec03
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'docs/userguide/featureusage.rst')
-rw-r--r-- | docs/userguide/featureusage.rst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/userguide/featureusage.rst b/docs/userguide/featureusage.rst deleted file mode 100644 index 672a009..0000000 --- a/docs/userguide/featureusage.rst +++ /dev/null @@ -1,23 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) Tim Irnich, (tim.irnich@ericsson.com) - -SDN VPN capabilities and usage -================================ -The BGPVPN feature enables creation of BGP VPNs 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, including 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. - -Currently, in OPNFV only ODL is supported as a backend for BGPVPN. API calls are -mapped onto the ODL VPN Service REST API through the BGPVPN ODL driver and the -ODL Neutron Northbound module. - -Feature and API usage guidelines and example ------------------------------------------------ - -For the details of using OpenStack BGPVPN API, please refer to the documentation -at http://docs.openstack.org/developer/networking-bgpvpn/. |