summaryrefslogtreecommitdiffstats
path: root/docs/nova-api-paste.ini
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-05-23 16:13:40 -0700
committertermie <github@anarkystic.com>2011-05-23 16:13:40 -0700
commitaea957ebccb9f9186ec938bdb2e088ece09398b0 (patch)
tree35c89e4ed6983b3ea8e8dc67241f95af69479499 /docs/nova-api-paste.ini
parent1507b1d13066bd36ee079f47f40699aa000def76 (diff)
downloadkeystone-aea957ebccb9f9186ec938bdb2e088ece09398b0.tar.gz
keystone-aea957ebccb9f9186ec938bdb2e088ece09398b0.tar.xz
keystone-aea957ebccb9f9186ec938bdb2e088ece09398b0.zip
keep nova_auth_token in keystone
Diffstat (limited to 'docs/nova-api-paste.ini')
-rw-r--r--docs/nova-api-paste.ini4
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