nova/nova/api/openstack
Eli Qiao cbcf5932be API: Handle InstanceUnknownCell exceptions
There are some methods in Nova compute api and cell api would call the
decorator `check_instance_cell`, and that decorator may raise
InstanceUnknownCell, there isn't any exception handler in REST api layer.

This patch adds handlers for those methods.

Closes-bug: #1484776
Change-Id: I753a81f093ec5fdf000841949e52fca6f2662aa8
2015-09-09 09:20:40 +08:00
..
compute API: Handle InstanceUnknownCell exceptions 2015-09-09 09:20:40 +08:00
__init__.py api: deprecate the concept of extensions in v2.1 2015-08-27 13:16:09 +00:00
api_version_request.py Expose VIF net-id attribute in os-virtual-interfaces 2015-08-27 16:50:44 +09:00
auth.py api: use v2.1 only in api-paste.ini 2015-08-28 10:14:27 +00:00
common.py Merge "Added processing /compute URL" 2015-08-26 05:07:18 +00:00
extensions.py Rename classes containing 'v3' to 'v21' 2015-08-18 15:25:46 +08:00
rest_api_version_history.rst Expose VIF net-id attribute in os-virtual-interfaces 2015-08-27 16:50:44 +09:00
urlmap.py Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py Skip additionalProperties checks when LegacyV2CompatibleWrapper enabled 2015-08-06 14:38:45 +08:00