Replace "tokenauth" by "authtoken" in configuration files

This is the standard word used by all other projects.

Change-Id: Ibd52056bd1214f5fd7b2f2fd315086542d34fd0c
Closes-Bug: 1234314
This commit is contained in:
Cyril Roelandt
2013-12-10 15:34:06 +01:00
parent 4790ba1f04
commit cb58f8ca0d
4 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ XML to provision and manage Trove instances.
* A REST-ful component
* Entry point - Trove/bin/trove-api
* Uses a WSGI launcher configured by Trove/etc/trove/api-paste.ini
* Defines the pipeline of filters; tokenauth, ratelimit, etc.
* Defines the pipeline of filters; authtoken, ratelimit, etc.
* Defines the app_factory for the troveapp as
trove.common.api:app_factory
* The API class (a wsgi Router) wires the REST paths to the