openstacksdk/releasenotes/notes/retrieve-detailed-view-for-find-proxy-methods-947a3280732c448a.yaml
Dr. Jens Harbott 6a0fd31a03 Revert "Add 'details' parameter to various 'find' proxy methods"
This partially reverts commit f9a3cc2f135e5c28fa1e046bb1ca034be36be9aa.

Reason for revert: The change to the baremetal functions is not working,
this part of the original change is reverted here.

Change-Id: Icc70bbdc06b5f32722a93775aee2da4d7b7ca4ae
2023-01-06 12:22:55 +01:00

26 lines
497 B
YAML

---
features:
- |
The following proxy ``find_*`` operations will now retrieve a detailed
resource by default when retrieving by name:
* Block storage (v2)
* ``find_volume``
* ``find_snapshot``
* ``find_backup``
* Block storage (v3)
* ``find_volume``
* ``find_snapshot``
* ``find_backup``
* ``find_group``
* ``find_group_snapshot``
* Compute (v2)
* ``find_image``
* ``find_server``
* ``find_hypervisor``