diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-05-24 11:16:19 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-05-24 11:16:19 -0500 |
| commit | 7bee4601197fbfbac5d0aa8804301e62cec2de21 (patch) | |
| tree | ff7d820cdcab7e70c91104c335ecebfe71b4121a /docs/nova-api-paste.ini | |
| parent | 90624dd6a136fd443651bb7e5ba41984d8e261a6 (diff) | |
| parent | c58de5c6347e8620d4a295d83098e2bcbd86143d (diff) | |
| download | keystone-7bee4601197fbfbac5d0aa8804301e62cec2de21.tar.gz keystone-7bee4601197fbfbac5d0aa8804301e62cec2de21.tar.xz keystone-7bee4601197fbfbac5d0aa8804301e62cec2de21.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 | 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 |
