diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-24 01:18:07 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-24 01:18:07 -0700 |
| commit | 169707ab15e24347f74f4b8caf311ca321a0aa7a (patch) | |
| tree | 388874fecbb4770fd9a660f63e318fd16215a747 /docs/nova-api-paste.ini | |
| parent | b49dfce06080c5fc077216f8dcbe62b51ed03644 (diff) | |
| download | keystone-169707ab15e24347f74f4b8caf311ca321a0aa7a.tar.gz keystone-169707ab15e24347f74f4b8caf311ca321a0aa7a.tar.xz keystone-169707ab15e24347f74f4b8caf311ca321a0aa7a.zip | |
remove copy&paste ware from nova_auth_token and use auth_token middleware
Diffstat (limited to 'docs/nova-api-paste.ini')
| -rw-r--r-- | docs/nova-api-paste.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nova-api-paste.ini b/docs/nova-api-paste.ini index 9786346c..cb593ce0 100644 --- a/docs/nova-api-paste.ini +++ b/docs/nova-api-paste.ini @@ -93,7 +93,7 @@ auth_protocol = http admin_token = 999888777666 [filter:auth_shim] -paste.filter_factory = keystone.auth_protocols.nova_auth_token:KeystoneAuthShim.factory +paste.filter_factory = keystone.auth_protocols.auth_token:KeystoneAuthShim.factory [filter:ratelimit] paste.filter_factory = nova.api.openstack.limits:RateLimitingMiddleware.factory |
