keystone/releasenotes/notes/enable-filter-idp-d0135f4615178cfc.yaml
Steve Martinelli cecf6048f2 Support id and enabled attributes when listing service providers
list SPs 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.

SP doesn't has `name` attribute but has `id`, `enabled`
attributes instead.

This patch enables the filtering of Service Provider based
on `id`, `enabled` attributes so that OpenStack Client or the
CURL query can benefit from it.

based off of: Ib672ba759d26bdd0eecd48451994b3451fb8648a

Closes-Bug: 1555830

Change-Id: Icdecaa44415786397ee8bb22de16d25cb8fe603a
2016-03-16 13:27:12 -04:00

10 lines
344 B
YAML

---
features:
- >
[`bug 1525317 <https://bugs.launchpad.net/keystone/+bug/1525317>`_]
Enable filtering of identity providers based on `id`, and `enabled`
attributes.
- >
[`bug 1555830 <https://bugs.launchpad.net/keystone/+bug/1555830>`_]
Enable filtering of service providers based on `id`, and `enabled`
attributes.