openstack bgp [dragent|speaker] list filter commands dont return
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-neutronclient |
Fix Released
|
High
|
Lajos Katona |
Bug Description
Upgrading python-
Example with version 9.0.0:
openstack bgp dragent list --bgp-speaker a5429ab8-
+------
| ID | Host | State | Alive |
+------
| 1e65c58c-
| 1f6e3787-
| c8f7735e-
| d62cfb9a-
| fda30451-
+------
With version 10.0.0 and above:
openstack bgp dragent list --bgp-speaker a5429ab8-
+----+-
| ID | Agent Type | Host | Availability Zone | Alive | State | Binary |
+----+-
| | | | | | | |
+----+-
Same happens for the openstack bgp speaker list --agent command. with versions above 9.0.0 the returned list is empty.
Changed in python-neutronclient: | |
assignee: | nobody → Lajos Katona (lajos-katona) |
Changed in python-neutronclient: | |
status: | Triaged → Fix Released |
My guess is this was broken by accident when this code was changed to use the openstacksdk code [0] and dependencies.
So maybe my first question is did you also update the openstacksdk code and related libraries?
I'll ask Lajos to take a look at it as a quick looks the calls seem ok, but could be something here.
[0] https:/ /review. opendev. org/c/openstack /python- neutronclient/ +/868321