It is a server side bug.

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

** Project changed: python-neutronclient => neutron

** Changed in: neutron
       Status: New => Confirmed

** Changed in: neutron
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1403411

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

Status in neutron:
  Confirmed

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1403411/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to