summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEldar Nugaev <enugaev@griddynamics.com>2011-03-21 17:05:22 +0300
committerEldar Nugaev <enugaev@griddynamics.com>2011-03-21 17:05:22 +0300
commit9b96e7f737e0901da793586a8cdbe17c2cf713c7 (patch)
treebf79b0baf35e626c8153b4c7d1f2a6036cb30619 /etc
parent79845f889556dd0cb979bab215cfc80b1551610d (diff)
parentcf84d5bc465823f9342a0a300176a3cf96fbb925 (diff)
merge with trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/api-paste.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/api-paste.ini b/etc/api-paste.ini
index a4483d3f8..d95350fc7 100644
--- a/etc/api-paste.ini
+++ b/etc/api-paste.ini
@@ -80,7 +80,7 @@ paste.filter_factory = nova.api.openstack:FaultWrapper.factory
paste.filter_factory = nova.api.openstack.auth:AuthMiddleware.factory
[filter:ratelimit]
-paste.filter_factory = nova.api.openstack.ratelimiting:RateLimitingMiddleware.factory
+paste.filter_factory = nova.api.openstack.limits:RateLimitingMiddleware.factory
[app:osapiapp]
paste.app_factory = nova.api.openstack:APIRouter.factory