diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-05-23 19:04:04 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-05-23 19:04:04 -0500 |
| commit | 5cb71ca44d71417a7970d5b2a6bd9c2d2d09b69e (patch) | |
| tree | 93c6c115967f26b9e8bdd9bcf090acc9eb6a33f5 /docs/nova-api-paste.ini | |
| parent | 28c990171f484f508fba9bafe290c45cbe522c25 (diff) | |
| parent | 79f7346dd5cf10bff17183ee28378fa0e807c1a7 (diff) | |
| download | keystone-5cb71ca44d71417a7970d5b2a6bd9c2d2d09b69e.tar.gz keystone-5cb71ca44d71417a7970d5b2a6bd9c2d2d09b69e.tar.xz keystone-5cb71ca44d71417a7970d5b2a6bd9c2d2d09b69e.zip | |
Merge branch 'master' of https://github.com/khussein/keystone
Diffstat (limited to 'docs/nova-api-paste.ini')
| -rw-r--r-- | docs/nova-api-paste.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nova-api-paste.ini b/docs/nova-api-paste.ini index e1c26a24..9786346c 100644 --- a/docs/nova-api-paste.ini +++ b/docs/nova-api-paste.ini @@ -83,7 +83,7 @@ paste.filter_factory = nova.api.openstack:FaultWrapper.factory paste.filter_factory = nova.api.openstack.auth:AuthMiddleware.factory [filter:tokenauth] -paste.filter_factory = nova.auth.nova_auth_token:filter_factory +paste.filter_factory = keystone.auth_protocols.nova_auth_token:filter_factory service_protocol = http service_host = 127.0.0.1 service_port = 808 @@ -93,7 +93,7 @@ auth_protocol = http admin_token = 999888777666 [filter:auth_shim] -paste.filter_factory = nova.auth.nova_auth_token:KeystoneAuthShim.factory +paste.filter_factory = keystone.auth_protocols.nova_auth_token:KeystoneAuthShim.factory [filter:ratelimit] paste.filter_factory = nova.api.openstack.limits:RateLimitingMiddleware.factory |
