Can't get the list of router with the filter of "distributed" or "ha"

Bug #1403411 reported by KaiLin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Expired
Wishlist
Unassigned

Bug Description

SYMPTOM:
GET /v2.0/routers?distributed=false
response:
    "routers": [
        {
            "status": "ACTIVE",
            "external_gateway_info": {
                "network_id": "bb935f5c-c72e-4abc-9550-2ce7b90c14c8",
                "enable_snat": true,
                "external_fixed_ips": [
                    {
                        "subnet_id": "7b49431e-f1c2-473e-b919-135ead0274e0",
                        "ip_address": "172.24.4.102"
                    }
                ]
            },
            "name": "router2",
            "admin_state_up": true,
            "tenant_id": "475660789a404a0e9294eb92a0cecb0e",
            "distributed": true,
            "routes": [],
            "ha": false,
            "id": "f77809c6-05ae-446a-b497-1b4392f29bc8"
        }
    ]
}

and the same with "ha"

In some case,we need get the list of router with the filter of "distributed" or "ha".So we need to fix it.

Tags: router
KaiLin (linkai3)
tags: added: router
Changed in neutron:
assignee: nobody → KaiLin (linkai3)
KaiLin (linkai3)
affects: neutron → python-neutronclient
Revision history for this message
Akihiro Motoki (amotoki) wrote :

It is a server side bug.

It seems that filtering by router attributes defined in RouterExtraAttributes is not supported.

affects: python-neutronclient → neutron
Changed in neutron:
status: New → Confirmed
importance: Undecided → Wishlist
Revision history for this message
Armando Migliaccio (armando-migliaccio) wrote :

This bug is > 180 days without activity. We are unsetting assignee and milestone and setting status to Incomplete in order to allow its expiry in 60 days.

If the bug is still valid, then update the bug status.

Changed in neutron:
assignee: KaiLin (linkai3) → nobody
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for neutron because there has been no activity for 60 days.]

Changed in neutron:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.