python-neutronclient/releasenotes/notes/support-bgpvpn-route-control-aeda3e698486f73b.yaml
Édouard Thuleau 0e61b3ba1c Add commands to support BGP VPN route control new API extension
Networking-bgpvpn API extension [0] brings new API calls. That patch
adds command to OSC CLI to support them. It does not implement all the
API extension, still missing new router attribute 'advertise_extra_routes' and
the BGP VPN 'local_pref' attribute.

[0] https://developer.openstack.org/api-ref/network/v2/index.html#port-associations

Change-Id: I45a160b0caec534d517b103db91dc738c006978b
Partially-Implements: blueprint routes-control
Depends-On: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
2018-01-22 10:16:58 +01:00

7 lines
264 B
YAML

---
features:
- |
Add BGP VPN `port association <https://developer.openstack.org/api-ref/network/v2/index.html#port-associations>`_
support to the CLI, which are introduced for BGP VPN interconnections by the
``bgpvpn-routes-control`` API extension.