yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73050
[Bug 1773827] [NEW] Sort flavors with tenant_id return 500
Public bug reported:
I tried to list flavors with 'tenant_id' as a sort key and neutron
server returned 500 response. I expected the response to be 4xx.
$ curl -s -g -X GET "http://10.0.0.15:9696/v2.0/flavors?sort_dir=asc&sort_key=tenant_id" -H "Accept: application/json" -H "X-Auth-Token: $TOKEN"
{"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}}
** Affects: neutron
Importance: Undecided
Assignee: Hongbin Lu (hongbin.lu)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Hongbin Lu (hongbin.lu)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1773827
Title:
Sort flavors with tenant_id return 500
Status in neutron:
New
Bug description:
I tried to list flavors with 'tenant_id' as a sort key and neutron
server returned 500 response. I expected the response to be 4xx.
$ curl -s -g -X GET "http://10.0.0.15:9696/v2.0/flavors?sort_dir=asc&sort_key=tenant_id" -H "Accept: application/json" -H "X-Auth-Token: $TOKEN"
{"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1773827/+subscriptions
Follow ups