diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-18 17:16:14 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-03-18 17:16:14 +0000 |
| commit | b238bfeece00560220a7f7fa37159b05ad984472 (patch) | |
| tree | b052b78b0821dec4a4b9db8c060687bcb92adb89 /etc/api-paste.ini | |
| parent | b57d396be90539a0b11d40b611210a9df65229d9 (diff) | |
| parent | 3628f50b4ecd2db0377fd9c158248d3b7e8e98ff (diff) | |
| download | nova-b238bfeece00560220a7f7fa37159b05ad984472.tar.gz nova-b238bfeece00560220a7f7fa37159b05ad984472.tar.xz nova-b238bfeece00560220a7f7fa37159b05ad984472.zip | |
Re-implementation (or just implementation in many cases) of Limits in the OpenStack API. Limits is now available through /limits and the concept of a limit has been extended to include arbitrary regex / http verb combinations along with correct XML/JSON serialization. Tests included.
Diffstat (limited to 'etc/api-paste.ini')
| -rw-r--r-- | etc/api-paste.ini | 2 |
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 |
