a967956e47
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
7 lines
200 B
YAML
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.
|