bb5b9cac6e
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
11 lines
336 B
YAML
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.
|