yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #81281
[Bug 1858377] Re: [neutron-dynamic-routing]The bgp_speaker_show_dragents interface should be modified to bgp_dragent_list_hosting_speakers
Actually this is a command implemented by the python-neutronclient OSC
plugin. There's a patch proposed at https://review.opendev.org/701125
** Also affects: python-neutronclient
Importance: Undecided
Status: New
** Changed in: python-neutronclient
Status: New => In Progress
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1858377
Title:
[neutron-dynamic-routing]The bgp_speaker_show_dragents interface
should be modified to bgp_dragent_list_hosting_speakers
Status in neutron:
Invalid
Status in python-neutronclient:
In Progress
Bug description:
As described in [1], [2]
List BGP speakers hosted by a Dynamic Routing Agent
/v2.0/agents/<bgp-dragent-id>/bgp-drinstances
neutronclient:neutron bgp-speaker-list-on-dragent XXX
List Dynamic Routing Agents hosting a specific BGP Speaker
/v2.0/bgp-speakers/<bgp-speaker-id>/bgp-dragents
neutronclient:neutron bgp-dragent-list-hosting-speaker XXX
Corresponding in openstackclient
List BGP speakers hosted by a Dynamic Routing Agent
openstack bgp speaker list --agent XXX
List Dynamic Routing Agents hosting a specific BGP Speaker
openstack bgp speaker show dragents XXX
I think it is more appropriate to replace 'bgp_speaker_show_dragents'
with 'bgp_dragent_list_hosting_speakers'.
[1] https://docs.openstack.org/neutron-dynamic-routing/latest/reference/index.html#rest-interface
[2] https://docs.openstack.org/newton/networking-guide/config-bgp-dynamic-routing.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1858377/+subscriptions
References