nova/nova/api/openstack
Ghanshyam Mann b26bc7fd7a Multiple API cleanup changes
This microversion implements below API cleanups:

1. 400 for unknown param for query param and for request body.

2. Making server representation always consistent among all APIs
   returning the complete server representation.

3. Change the default return value of ``swap`` field from the empty string
   to 0 (integer) in flavor APIs.

4. Return ``servers`` field always in the response of GET
   hypervisors API even there are no servers on hypervisor

Details: https://specs.openstack.org/openstack/nova-specs/specs/train/approved/api-consistency-cleanup.html

Partial-Implements: blueprint api-consistency-cleanup

Change-Id: I9d257a003d315b84b937dcef91f3cb41f3e24b53
2019-08-12 08:52:38 -05:00
..
compute Multiple API cleanup changes 2019-08-12 08:52:38 -05:00
__init__.py hacking: Resolve W605 (invalid escape sequence) 2019-06-24 14:24:06 -05:00
api_version_request.py Multiple API cleanup changes 2019-08-12 08:52:38 -05:00
auth.py Noauth should also use request_id from compute_req_id.py 2018-04-04 14:21:01 -04:00
common.py Add 'resource_request' to neutronv2/constants 2019-07-16 13:23:36 +02: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 hacking: Resolve W503 (line break occurred before a binary operator) 2019-06-24 14:24:06 -05:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py Ensure controllers all call super 2019-06-15 16:40:00 +01:00
wsgi_app.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00