summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-06 14:22:46 -0500
committerTodd Willey <todd@ansolabs.com>2011-01-06 14:22:46 -0500
commitf45133f00d3d0a3d52cb9070627063b93af19e78 (patch)
tree1349fb4a75f80a3f010fb08a54a5010ca530d90f /nova/api
parent4e034f3d69c6aba6920dd7dd38e07aeb495b45db (diff)
parent2997c6cd216089b569878ec93b142ee9485127ee (diff)
merge pep8 and tests from wsgirouter branch.
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/__init__.py b/nova/api/openstack/__init__.py
index 76e3aeed9..0bf82d839 100644
--- a/nova/api/openstack/__init__.py
+++ b/nova/api/openstack/__init__.py
@@ -56,6 +56,7 @@ class FaultWrapper(wsgi.Middleware):
exc = webob.exc.HTTPInternalServerError(explanation=str(ex))
return faults.Fault(exc)
+
class APIRouter(wsgi.Router):
"""
Routes requests on the OpenStack API to the appropriate controller