diff options
author | timirnich <tim.irnich@ericsson.com> | 2016-02-25 01:06:26 -0800 |
---|---|---|
committer | timirnich <tim.irnich@ericsson.com> | 2016-02-25 02:03:24 -0800 |
commit | 5ee78029ab664252b617978b8553261275914ffe (patch) | |
tree | 40640b1c50352ecf8fd9b47b5a10164443a8fc50 /docs/userguide/userguide.rst | |
parent | d1e5c1d5aca380dcd628a904604d4bee40b605d0 (diff) |
Adding link to BGPVPN user guide.
Change-Id: Id0d67c804d721baf41828b5aff01990b729f3406
Diffstat (limited to 'docs/userguide/userguide.rst')
-rw-r--r-- | docs/userguide/userguide.rst | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/userguide/userguide.rst b/docs/userguide/userguide.rst index f59fca3..8d09397 100644 --- a/docs/userguide/userguide.rst +++ b/docs/userguide/userguide.rst @@ -4,16 +4,20 @@ SDN VPN capabilities and usage ================================ - The BGPVPN feature enables creation of BGP VPNs according to the OpenStack -BGPVPN blueprint <link>. 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. For the details of using the OpenStack -BGP VPN API, please refer to the documentation at <link>. +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. -Currently, in OPNFV only ODL is supported as a backend for BGPVPN. The 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/. |