f96b13210c
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
7 lines
190 B
YAML
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.
|