Public bug reported: 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. ** Affects: horizon Importance: Undecided Status: New -- 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): New 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

