Merge "Fix log message in one of the v3 create call methods."

This commit is contained in:
Jenkins 2015-07-10 01:01:12 +00:00 committed by Gerrit Code Review
commit 0390156ac8

View File

@ -736,7 +736,7 @@ class V3Controller(wsgi.Application):
except (exception.TokenNotFound,
exception.UnsupportedTokenVersionException):
LOG.warning(_LW('Invalid token found while getting domain ID '
'for list request'))
'for create request'))
raise exception.Unauthorized()
if token_ref.domain_scoped: