← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1403411] [NEW] Can't get the list of router with the filter of "distributed" or "ha"

 

You have been subscribed to a public bug:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: KaiLin (linkai3)
         Status: New


** Tags: router
-- 
Can't get the list of router with the filter of "distributed" or "ha"
https://bugs.launchpad.net/bugs/1403411
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.


References