keystone/keystone/common
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
..
cache Merge "Add caching to get_catalog" 2015-11-05 22:39:21 +00:00
environment eventlet: handle system that misses TCP_KEEPIDLE 2015-11-26 14:16:59 +01:00
kvs Merge "Fix some inconsistency in docstrings" 2016-01-04 08:23:30 +00:00
ldap Fix multiline strings with missing spaces 2015-12-07 15:17:09 +11:00
sql Fix users in group and groups for user exact filters 2016-01-07 10:10:09 -08:00
validation Forbid non-stripped endpoint urls 2015-10-16 16:03:29 +03:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
authorization.py Add user_domain_id, project_domain_id to auth context 2015-09-28 09:30:38 -05:00
clean.py move clean.py into keystone/common 2015-07-18 23:32:08 -07:00
config.py Merge "Config option for insecure responses" 2016-01-06 09:08:58 +00:00
controller.py Merge "Reject user creation using admin token without domain" 2016-01-06 19:19:35 +00:00
dependency.py Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
driver_hints.py Make @truncated common for all backends 2015-12-10 02:26:55 -05:00
extension.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
json_home.py Fix D202: No blank lines after function docstring (PEP257) 2015-10-28 07:25:04 +00:00
manager.py More useful message when using direct driver import 2015-11-04 15:13:30 +00:00
models.py Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
openssl.py Fix multiline strings with missing spaces 2015-12-07 15:17:09 +11:00
router.py JSON Home data is required 2014-08-28 20:56:28 -05:00
tokenless_auth.py Capital letters 2015-11-19 15:21:23 +08:00
utils.py Merge "Fix some inconsistency in docstrings" 2016-01-04 08:23:30 +00:00
wsgi.py Fix the incompatible issue in response header 2015-12-31 10:59:56 +08:00