diff --git a/keystonemiddleware/auth_token/__init__.py b/keystonemiddleware/auth_token/__init__.py index 204485b1..d064bb12 100644 --- a/keystonemiddleware/auth_token/__init__.py +++ b/keystonemiddleware/auth_token/__init__.py @@ -950,7 +950,7 @@ class AuthProtocol(_BaseAuthProtocol): def _determine_project(self): """Determine a project name from all available config sources. - The sources are checked in the following order:: + The sources are checked in the following order: 1. The paste-deploy config for auth_token middleware 2. The keystone_authtoken in the project's config