summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-09-15 13:42:30 -0700
committerSandy Walsh <sandy.walsh@rackspace.com>2011-09-15 13:42:30 -0700
commit2fd55ddfdf065a8792fdd0e3f3e97b5e56e4a4a3 (patch)
tree70594f287e98d8f20f923836efb066fec751aaa0 /nova/api
parent97f28ec95ce1c6a1d3cb9c896b4ac2b4b51589e2 (diff)
downloadnova-2fd55ddfdf065a8792fdd0e3f3e97b5e56e4a4a3.tar.gz
nova-2fd55ddfdf065a8792fdd0e3f3e97b5e56e4a4a3.tar.xz
nova-2fd55ddfdf065a8792fdd0e3f3e97b5e56e4a4a3.zip
tests working again
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: