summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py
index 6dc168203..80f367199 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -56,6 +56,7 @@ class ConvertedException(exc.WSGIHTTPException):
def novaclient_exception_converter(f):
"""Convert novaclient ClientException HTTP codes to webob exceptions.
+ Has to be the outer-most decorator.
"""
def new_f(*args, **kwargs):
try: