yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26371
[Bug 1403411] Re: Can't get the list of router with the filter of "distributed" or "ha"
** Project changed: neutron => python-neutronclient
--
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 Python client library for Neutron:
New
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/python-neutronclient/+bug/1403411/+subscriptions
References