deb-sahara/releasenotes/notes/substring-matching-1d5981b8e5b1d919.yaml
Trevor McKay cfa193fd34 Add regex matching for cluster_templates_list()
This change implements regex matching for filters on string
values passed to cluster_templates_list() in the REST api.
No existing internal calls that use cluster_templates_get_all()
are affected.

Partial-bug: #1503345
Change-Id: I1a320ff8c01ef5fdc5e66ed35a2b7a6ec9173175
2016-02-10 17:53:31 +00:00

8 lines
264 B
YAML

---
fixes:
- Add regular expression matching on search values for
certain string fields of sahara objects. This
applies to list operations through the REST
API and therefore applies to the dashboard
and sahara client as well. Closes bug 1503345.