summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-20 23:59:16 +0000
committerGerrit Code Review <review@openstack.org>2012-03-20 23:59:16 +0000
commit885f8d5950f8441e857d860b4e1cd4fd996440cd (patch)
treeb6abcfe81c595833296781946616da9477ff36a9 /doc/source
parentd61aedaf868d984f1c317a73b362a2e7a366ef89 (diff)
parent94904e45e3276e1c274a25c785c0143cd6d6fec1 (diff)
downloadkeystone-885f8d5950f8441e857d860b4e1cd4fd996440cd.tar.gz
keystone-885f8d5950f8441e857d860b4e1cd4fd996440cd.tar.xz
keystone-885f8d5950f8441e857d860b4e1cd4fd996440cd.zip
Merge "Rename tokenauth to authtoken."
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/configuringservices.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/configuringservices.rst b/doc/source/configuringservices.rst
index b8911570..8cd5eb80 100644
--- a/doc/source/configuringservices.rst
+++ b/doc/source/configuringservices.rst
@@ -133,7 +133,7 @@ rather than it's built in 'tempauth'.
user = <user>
[pipeline:main]
- pipeline = catch_errors healthcheck cache tokenauth keystone proxy-server
+ pipeline = catch_errors healthcheck cache authtoken keystone proxy-server
[app:proxy-server]
use = egg:swift#proxy
@@ -143,7 +143,7 @@ rather than it's built in 'tempauth'.
paste.filter_factory = keystone.middleware.swift_auth:filter_factory
operator_roles = admin, swiftoperator
- [filter:tokenauth]
+ [filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_port = 5000
service_host = 127.0.0.1
@@ -196,7 +196,7 @@ S3 api.
user = <user>
[pipeline:main]
- pipeline = catch_errors healthcheck cache swift3 s3token tokenauth keystone proxy-server
+ pipeline = catch_errors healthcheck cache swift3 s3token authtoken keystone proxy-server
[app:proxy-server]
use = egg:swift#proxy
@@ -227,7 +227,7 @@ S3 api.
auth_token = ADMIN
admin_token = ADMIN
- [filter:tokenauth]
+ [filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_port = 5000
service_host = 127.0.0.1
@@ -267,7 +267,7 @@ still valid.
Here is an example paste config filter that makes use of the 'admin_user' and
'admin_password' parameters::
- [filter:tokenauth]
+ [filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_port = 5000
service_host = 127.0.0.1