diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-05-25 21:16:01 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-05-25 21:16:01 +0000 |
| commit | db18a792414240cbdb1221d0e79e8a63313f103e (patch) | |
| tree | 3304e10313ab78a0e28a2c2762888938394fd2c4 /nova/api | |
| parent | ec0e674ce1a8539143e9b99deb8cc62b9d42d6b2 (diff) | |
| parent | 60d78fb3962e5bdd5f642a8982f53656bda20314 (diff) | |
| download | nova-db18a792414240cbdb1221d0e79e8a63313f103e.tar.gz nova-db18a792414240cbdb1221d0e79e8a63313f103e.tar.xz nova-db18a792414240cbdb1221d0e79e8a63313f103e.zip | |
Fixed the mistyped line referred to in bug 787023
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/views/limits.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/views/limits.py b/nova/api/openstack/views/limits.py index 33be12c0c..e21c9f2fd 100644 --- a/nova/api/openstack/views/limits.py +++ b/nova/api/openstack/views/limits.py @@ -104,7 +104,7 @@ class ViewBuilderV11(ViewBuilder): # check for existing key for limit in limits: if limit["uri"] == rate_limit["URI"] and \ - limit["regex"] == limit["regex"]: + limit["regex"] == rate_limit["regex"]: _rate_limit_key = limit break |
