summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2013-01-14 14:37:04 -0500
committerDan Prince <dprince@redhat.com>2013-01-14 14:37:04 -0500
commit71fecfabc163a892f5612c7f4f6c7b3270d45747 (patch)
tree9ff755eb4d769128dce00c3ebc0fcb70ac87deaa /nova/api
parent2be8fee6e714f6e6328c5f8417cb364a9763a23a (diff)
Correct docstring on sizelimit middleware.
Change-Id: I6b20080c4f0b144264dfbaf9e73a779b5c9baed9
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/sizelimit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/sizelimit.py b/nova/api/sizelimit.py
index 70ff73b2b..77ab4415c 100644
--- a/nova/api/sizelimit.py
+++ b/nova/api/sizelimit.py
@@ -38,7 +38,7 @@ LOG = logging.getLogger(__name__)
class RequestBodySizeLimiter(wsgi.Middleware):
- """Add a 'nova.context' to WSGI environ."""
+ """Limit the size of incoming requests."""
def __init__(self, *args, **kwargs):
super(RequestBodySizeLimiter, self).__init__(*args, **kwargs)