modify LOG.error tip message

auth_context should be type of 'keystone.auth.core.AuthContext'.

Change-Id: I6359aa476009eaf64f9953fafde5ee20193b2ef6
This commit is contained in:
wangqiangbj 2017-12-25 17:25:24 +08:00
parent b8c7cafe09
commit 050ee623e1
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(