keystone/releasenotes/notes/enable-filter-idp-d0135f4615178cfc.yaml
Dave Chen cdd3ac454c Enable id, enabled attributes filtering for list IdP API
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
2016-01-16 11:58:05 +08:00

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.