cecf6048f2
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
10 lines
344 B
YAML
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. |