Merge "modify LOG.error tip message"

This commit is contained in:
Zuul 2017-12-27 16:59:32 +00:00 committed by Gerrit Code Review
commit 1e21c52f3b
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class Auth(controller.V3Controller):
LOG.error(
'`auth_context` passed to the Auth controller '
'`authenticate` method is not of type '
'`keystone.auth.controllers.AuthContext`. For security '
'`keystone.auth.core.AuthContext`. For security '
'purposes this is required. This is likely a programming '
'error. Received object of type `%s`', type(auth_context))
raise exception.Unauthorized(