Rename tokenauth to authtoken in the doc
Change-Id: Iedacd3ac76999570d5507953b9665948a3e3888f Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -119,9 +119,9 @@ a WSGI component. Example for the auth_token middleware::
|
|||||||
paste.app_factory = myService:app_factory
|
paste.app_factory = myService:app_factory
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = tokenauth myService
|
pipeline = authtoken myService
|
||||||
|
|
||||||
[filter:tokenauth]
|
[filter:authtoken]
|
||||||
paste.filter_factory = keystone.middleware.auth_token:filter_factory
|
paste.filter_factory = keystone.middleware.auth_token:filter_factory
|
||||||
auth_host = 127.0.0.1
|
auth_host = 127.0.0.1
|
||||||
auth_port = 35357
|
auth_port = 35357
|
||||||
|
Reference in New Issue
Block a user