diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-05-23 10:37:28 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-05-23 10:37:28 -0400 |
| commit | d72815193d64b9dcce974888bef05a18689c0504 (patch) | |
| tree | 48f111f56adf65e10c73160d17c676999971dc19 /nova/api | |
| parent | 4f8f5cb40f831c49af11cd801e1766fd6f0956c3 (diff) | |
| download | nova-d72815193d64b9dcce974888bef05a18689c0504.tar.gz nova-d72815193d64b9dcce974888bef05a18689c0504.tar.xz nova-d72815193d64b9dcce974888bef05a18689c0504.zip | |
Fixed mistyped line
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 22d1c260d..02fa0fdd6 100644 --- a/nova/api/openstack/views/limits.py +++ b/nova/api/openstack/views/limits.py @@ -79,7 +79,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 |
