yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68246
[Bug 1321483] Re: Identity API v3 filtering support
Wasn't this covered by https://blueprints.launchpad.net/horizon/+spec
/server-side-filtering? looking on master I see server side filtering
for all panels except domains.
** Changed in: horizon
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1321483
Title:
Identity API v3 filtering support
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Identity API v3 provides filtering features that Horizon does not
leverage yet.
(side note: v3 does not seem to support pagination for projects though
v2 does... https://blueprints.launchpad.net/horizon/+spec/v3
-pagination-support.)
Filtering API:
https://github.com/openstack/identity-api/blob/master/v3/src/markdown/identity-api-v3.md
They can be implemented for users and projects dashboards in a similar
fashion as the Instances filter by column.
Curl example:
curl -H "X-Auth-Token:<<TOKEN>>" http://localhost:5000/v3/projects?name=admin
/v3/users
/v3/projects
* There is no agreed upon standard for how to handle filtering across
the board => inconsistent. For example, Nova Instance API allows you
to filter on substring but Glance Image API only allow you to filter
on exact string match.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1321483/+subscriptions
References