Rename tokenauth to authtoken in the doc

Change-Id: Iedacd3ac76999570d5507953b9665948a3e3888f
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2013-12-06 15:00:31 +01:00
parent 87769ee456
commit 6fa2a97c41

View File

@@ -119,9 +119,9 @@ a WSGI component. Example for the auth_token middleware::
paste.app_factory = myService:app_factory
[pipeline:main]
pipeline = tokenauth myService
pipeline = authtoken myService
[filter:tokenauth]
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357