Comment 1 for bug 1503235

Revision history for this message
Trevor McKay (tmckay) wrote :

Thanks tosky

Using the stable/liberty branch from git, I find the following:

Node group templates:

1) filter by name works with an exact match
2) filter by plugin in horizon gives an error message "Unable to fetch node group template list" (will follow up with logs and/or stack trace)
3) filter by version works with exact match
4) On the stable/liberty branch there is no filter by description for node groups

Cluster templates:
1) filter by name works with an exact match
2) filter by plugin in horizon gives an error message "Unable to fetch node group template list" (will follow up with logs and/or stack trace)
3) filter by version works with exact match
4) filter by description works with exact match

So, in summary, for ng/cluster templates I find that filter by plugin breaks, but the others work with an exact match (lack of globbing is a known issue that we hope to address in Mitaka)

Job templates:
1) filter by name works with exact match
2) filter by type works with exact match
3) filter by description works with exact match

Clusters:
1) filter by name works with exact match
2) filter by status works with exact match

Jobs:
1) filter by id works with exact match
2) filter by job template (job) works with exact match
3) filter by cluster works with exact match
4) filter by status works with exact match