nova/nova/api/openstack
Takashi NATSUME d7e4e47d57 Retrun 400 if invalid query parameters are specified
The following APIs return 500 error currently
if an invalid sort key or an invalid sort direction
query parameter is specified.

- GET /flavors
- GET /flavors/detail

Make the APIs return 400 error in that case.

Change-Id: I1d6d2c1f734b28dbea5c67cf88717149dd4911d7
Closes-Bug: #1835925
(cherry picked from commit ae7ebdf45e)
2019-08-13 08:35:15 +09:00
..
compute Retrun 400 if invalid query parameters are specified 2019-08-13 08:35:15 +09:00
placement Skip _exclude_nested_providers() if not nested 2019-05-17 16:48:36 -05:00
__init__.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00
api_version_request.py Support server create with ports having resource request 2019-03-05 17:48:29 +01:00
auth.py Noauth should also use request_id from compute_req_id.py 2018-04-04 14:21:01 -04:00
common.py Support server create with ports having resource request 2019-03-05 17:48:29 +01:00
identity.py Adapter raise_exc=False by default 2018-06-22 09:40:33 -05:00
requestlog.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00
urlmap.py Use of six.PY3 should be forward compatible 2016-01-17 03:32:34 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py Merge "Clean up header encoding handling in compute API" 2018-12-24 23:09:15 +00:00
wsgi_app.py Eventlet monkey patching should be as early as possible 2019-03-25 09:22:01 +01:00