diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 23:14:13 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 23:14:13 -0700 |
| commit | 7b9888df2d2ab4cb1c706ffb16c3c650cb8ad61a (patch) | |
| tree | 398a738bb7ba6cbc4240ec4aa7461873d8fa8276 /etc | |
| parent | b76b61dbec03455824b90c427eb816c15e284013 (diff) | |
| parent | 1133072e884a306d9ac2262af08a9ef209574ffb (diff) | |
Merged with lp:nova
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/api-paste.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/api-paste.ini b/etc/api-paste.ini index 9f7e93d4c..d95350fc7 100644 --- a/etc/api-paste.ini +++ b/etc/api-paste.ini @@ -68,6 +68,7 @@ paste.app_factory = nova.api.ec2.metadatarequesthandler:MetadataRequestHandler.f use = egg:Paste#urlmap /: osversions /v1.0: openstackapi +/v1.1: openstackapi [pipeline:openstackapi] pipeline = faultwrap auth ratelimit osapiapp @@ -79,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 |
