From dde0dd7553b67228ff714e7f1b47c4f3b4336f54 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Tue, 27 Feb 2018 11:45:51 +0100 Subject: [PATCH] api-ref, bgpvpn API extension: update status The api-ref was saying that some BGPVPN features where in development for the Queens release. This change updates these notes. Change-Id: Ibec3fcebadade4471c682935127c0a7b9623684c --- api-ref/source/v2/bgpvpn-overview.inc | 8 +++----- api-ref/source/v2/bgpvpn-port_associations.inc | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/api-ref/source/v2/bgpvpn-overview.inc b/api-ref/source/v2/bgpvpn-overview.inc index d8161fd8b..8cc060eca 100644 --- a/api-ref/source/v2/bgpvpn-overview.inc +++ b/api-ref/source/v2/bgpvpn-overview.inc @@ -53,8 +53,6 @@ Valid strings for a Route Target or a Route Distinguisher are the following: On VXLAN VNI ============ -.. note:: This feature is under development in the Queens release - VXLAN is one option among others that could be used for BGP E-VPNs. When VXLAN is used on a hardware platform the use of a locally-assigned id may not be always possible which introduces the need to configure a @@ -74,8 +72,6 @@ Valid range for the ``vni`` attribute is [1, 2\ :sup:`24`\ -1]. Control of routes advertised to BGPVPNs ======================================= -.. note:: this feature is under development in the Queens release - With the ``bgpvpn`` extension, when associations between networks or routers and BGVPNs are defined, the routes corresponding to fixed IPs of neutron ports will be advertised to BGPVPNs. For router associations, extra routes of the @@ -96,7 +92,9 @@ a way to: - explicitly control whether extra routes of a router are to be advertised to a BGPVPN; this is implemented thanks to the ``advertise_extra_routes`` - attribute of a BGPVPN router association + attribute of a BGPVPN router association. + + .. note:: This feature is under development for the Rocky release - optionally control the value of the LOCAL_PREF BGP attribute of advertised routes, for all routes of a BGPVPN (thanks to the ``local_pref`` attribute diff --git a/api-ref/source/v2/bgpvpn-port_associations.inc b/api-ref/source/v2/bgpvpn-port_associations.inc index 539b32eb4..eb3c3bfb7 100644 --- a/api-ref/source/v2/bgpvpn-port_associations.inc +++ b/api-ref/source/v2/bgpvpn-port_associations.inc @@ -2,8 +2,6 @@ Port Associations ================= -.. note:: this feature is under development in the Queens release - Port associations are available if the ``bgpvpn-routes-control`` extension is available.