shade/releasenotes/notes/add-jmespath-support-f47b7a503dbbfda1.yaml
Monty Taylor e888d8e5cd
Add support for jmespath filter expressions
ansible upstream recently added a filter using jmespath to allow for
arbitrary querying of complex data structures. While reviewing that
patch, it seemed quite flexible and lovely. It's also apparently also
used in boto for similar reasons, so we're following a pretty well
tested solution - and since it's now a depend on ansible, the extra
depend shouldn't be too much of a burden for most folks.

Change-Id: Ia4bf455f0e32f29a6fce79c71fecce7b0ed57ea5
2016-09-07 13:51:15 -05:00

5 lines
114 B
YAML

---
features:
- All get and search functions can now take a jmespath expression in their
filters parameter.