keystone/keystone/identity/shadow_backends
Colleen Murphy 2d26a87229 Fix UserNotFound exception for expiring groups
Without this patch, if this exception is reached, it won't be properly
formed and will result in a log message like this:

  Failed to insert replacement values into translated message Could not
  find user: %(user_id)s. (Original: 'Could not find user:
  %(user_id)s.'): 'user_id'

This patch adds the right parameters to ensure the exception properly
logs the user ID and the translation doesn't fail.

Change-Id: I3229d9a237633cda8f6a25f396a75b8310757d9d
2020-05-10 22:36:21 -07:00
..
__init__.py Shadow users - Shadow federated users 2016-02-29 21:05:54 -05:00
base.py Add federated support for updating a user 2020-04-08 10:55:19 -04:00
sql.py Fix UserNotFound exception for expiring groups 2020-05-10 22:36:21 -07:00