diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-25 12:23:55 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-25 12:23:55 -0400 |
| commit | e2746b3e4a3e07b6eea6c3db1551d4d61f2e0a97 (patch) | |
| tree | c106a75016b6e0db154d4f710b1dc67a2cf5be8d /nova/api | |
| parent | 1d5e07419f9d29d9ce7612efcd566145b41c43bf (diff) | |
pep8
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/ratelimiting/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/ratelimiting/__init__.py b/nova/api/openstack/ratelimiting/__init__.py index 9e028ecf5..918caf055 100644 --- a/nova/api/openstack/ratelimiting/__init__.py +++ b/nova/api/openstack/ratelimiting/__init__.py @@ -68,10 +68,10 @@ class Limiter(object): self._levels[key] = (now, new_level) return None - # If one instance of this WSGIApps is unable to handle your load, put a # sharding app in front that shards by username to one of many backends. + class WSGIApp(object): """Application that tracks rate limits in memory. Send requests to it of |
