nova/nova/api/openstack
Sivasathurappan Radhakrishnan 8ebdd91d46 Return 400 when compute host is not found
Previously user was getting a 500 error code for ComputeHostNotFound
if they are using latest microversion that does live migration in
async. This patches changes return response to 400 as 500 internal
server error should not be returned to the user for failures due to
user error that can be fixed by changing to request on client side.

Change-Id: I7a9de211ecfaa7f2816fbf8bcd73ebbdd990643c
closes-bug:1643623
(cherry picked from commit fb68fd12e2)
2018-03-08 06:24:09 +00:00
..
compute Return 400 when compute host is not found 2018-03-08 06:24:09 +00:00
placement Merge "[placement] re-use existing conf with auth token middleware" into stable/pike 2018-03-02 19:08:54 +00:00
__init__.py Remove the code related to extension loading from APIRouterV21 2017-07-25 17:57:58 +00:00
api_version_request.py Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
auth.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
common.py Fix TypeError of _get_project_id when project_id is None 2017-12-01 17:45:33 +00:00
extensions.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
identity.py Downgrade log for keystone verify client fail 2017-12-05 06:32:41 +00:00
requestlog.py request_log addition for running under uwsgi 2017-07-24 14:23:38 -04: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 Stop caching compute nodes in the request 2017-06-14 20:35:37 -04:00
wsgi_app.py Fix binary name 2017-12-01 09:00:15 +00:00