python-neutronclient/releasenotes/notes/deprecate-bgp-speaker-show-dragents-2fcce99cf6bb5b60.yaml
zhanghao bb5b9cac6e Replace 'bgp speaker show dragents' with 'bgp dragent list'
In order to follow other agent related commands in OSC, it is more
appropriate and friendly to replace 'bgp speaker show dragents' with
'bgp dragent list'. this patch uses 'openstack bgp dragent list' to
show the list of dragents, and the optional parameter 'bgp-speaker'
shows the list of dragents hosting a specific bgp speaker.

Change-Id: I9e0703fccf535b1e1a2055ed917336055b7395f5
Closes-Bug: #1858377
2020-02-17 14:49:41 +00:00

11 lines
336 B
YAML

---
deprecations:
- |
The ``openstack bgp speaker show dragents`` CLI is deprecated and
will be removed in the future. Use ``openstack bgp dragent list
--bgp-speaker <bgp-speaker>`` CLI instead.
features:
- |
The ``openstack bgp dragent list`` CLI is added to support showing
the list of dynamic routing agents.