summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-22 23:14:13 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-22 23:14:13 -0700
commit7b9888df2d2ab4cb1c706ffb16c3c650cb8ad61a (patch)
tree398a738bb7ba6cbc4240ec4aa7461873d8fa8276 /etc
parentb76b61dbec03455824b90c427eb816c15e284013 (diff)
parent1133072e884a306d9ac2262af08a9ef209574ffb (diff)
Merged with lp:nova
Diffstat (limited to 'etc')
-rw-r--r--etc/api-paste.ini3
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