nova/nova/api/openstack
Sivasathurappan Radhakrishnan f5b8a0a09b 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-08-10 05:50:18 +00:00
..
compute Return 400 when compute host is not found 2018-08-10 05:50:18 +00:00
placement [placement] Require at least one allocation when PUT 2017-08-07 13:22:54 +00:00
__init__.py Remove unused init_only kwarg from wsgi app init 2016-12-29 21:51:03 -05:00
api_version_request.py Fix tag attribute disappearing in 2.33 and 2.37 2017-01-30 19:38:46 -05:00
auth.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
common.py [1/3]Replace six.iteritems() with .items() 2016-12-22 02:43:12 +00:00
extensions.py [1/3]Replace six.iteritems() with .items() 2016-12-22 02:43: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 "Remove unused code in nova/api/openstack/wsgi.py" 2016-11-22 20:11:20 +00:00