cdd3ac454c
list IdP currently doesn't support to filter records by any attributes, but this is used somewhere, such as OpenStack Client using `name` to filter the record. IdP doesn't has `name` attribute but has `id`, `enabled` attributes instead. This patch enables the filtering of Identity Provider based on `id`, `enabled` attributes so that OpenStack Client or the CURL query can benefit from it. Change-Id: Ib672ba759d26bdd0eecd48451994b3451fb8648a Related-Bug: #1479837 Closes-Bug: #1525317
7 lines
184 B
YAML
7 lines
184 B
YAML
---
|
|
features:
|
|
- >
|
|
[`bug 1525317 <https://bugs.launchpad.net/keystone/+bug/1525317>`_]
|
|
Enable filtering of identity providers based on ``id``, and ``enabled``
|
|
attributes.
|