openstacksdk/releasenotes/notes/object-search-a5f5ec4b2df3e045.yaml
Samuel de Medeiros Queiroz f96b13210c Allow search on objects
Implements search_objects, which can take a JMESPath expression or
a dict of object attributes to filter objects in.

Story: #2003695
Task: #26339

Change-Id: I7cda29f778acdcdeb8da737d001e957674e9284b
2018-09-07 22:46:56 -03:00

7 lines
190 B
YAML

---
features:
- |
Objects are now searchable both with a JMESPath expression or a dict of
object attributes via the
``openstack.connection.Connection.search_object`` function.