summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2010-11-15 21:08:08 -0500
committerTodd Willey <todd@ansolabs.com>2010-11-15 21:08:08 -0500
commitff3ec33010ce8ece87523f7cf3ef2e4a0a23006e (patch)
tree12ac1e5c2c4cd3223d94a9456612627d1c3cc1d3 /nova/api
parentf3744b0de85a1bc5be77f37a770144d3244bca86 (diff)
downloadnova-ff3ec33010ce8ece87523f7cf3ef2e4a0a23006e.tar.gz
nova-ff3ec33010ce8ece87523f7cf3ef2e4a0a23006e.tar.xz
nova-ff3ec33010ce8ece87523f7cf3ef2e4a0a23006e.zip
The docs are just going to be wrong for now. I'll file a bug upstream.
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/__init__.py b/nova/api/__init__.py
index 1dabd3d21..7e75445a8 100644
--- a/nova/api/__init__.py
+++ b/nova/api/__init__.py
@@ -84,7 +84,6 @@ class API(wsgi.Router):
mapper.connect("/cloudpipe/{path_info:.*}", controller=cloudpipe.API())
super(API, self).__init__(mapper)
- @utils.fix_wsgify_docstr
@webob.dec.wsgify
def osapi_versions(self, req):
"""Respond to a request for all OpenStack API versions."""
@@ -96,7 +95,6 @@ class API(wsgi.Router):
"attributes": dict(version=["status", "id"])}}
return wsgi.Serializer(req.environ, metadata).to_content_type(response)
- @utils.fix_wsgify_docstr
@webob.dec.wsgify
def ec2api_versions(self, req):
"""Respond to a request for all EC2 versions."""