yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25674
[Bug 1403411] [NEW] Can't get the list of router with the filter of "distributed" or "ha"
Public bug reported:
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
Status: New
--
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 OpenStack Neutron (virtual network service):
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/neutron/+bug/1403411/+subscriptions
Follow ups
References