openstacksdk/releasenotes/notes/container-search-b0f4253ce2deeda5.yaml
Samuel de Medeiros Queiroz a967956e47 Allow search on containers
Implements search_containers, which can take a JMESPath expression or
a dict of container attributes to filter containers in.

Story: #2003694
Task: #26338

Change-Id: If348e20f14292660044b215a54a7adc66c37671e
2018-09-07 06:48:12 -03:00

7 lines
200 B
YAML

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