keystone/keystone/common/sql
Ankit Agrawal ee2859a61a Fix users in group and groups for user exact filters
List users in a group by name and list groups for user by name
throws HTTP 500 error in case of exact filters because filter_by
query used in case of exact filter is not able to filter using
'name' attribute.
This patch fixes this issue by replacing filter_by with filter query
in case of exact_filter similar to the inexact_filter query.

Closes-Bug: 1521772
Change-Id: Ib44513540370c0701a439f11a49e0dc338601fae
2016-01-07 10:10:09 -08:00
..
migrate_repo Add Trusts unique constraint to remove duplicates 2015-11-19 16:15:05 +00:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
core.py Fix users in group and groups for user exact filters 2016-01-07 10:10:09 -08:00
migration_helpers.py Move endpoint_filter migrations into keystone core 2015-11-18 15:31:24 +00:00