openstacksdk/releasenotes/notes/find_server-use-details-9a22e83ec6540c98.yaml
Rafael Castillo 25ec686c5b Use /servers/detail endpoint in find_server proxy method
Currently, find_server will return the objects with different
fields filled in depending on whether the term provided is an id or a
name. This patch, in the same vein of [0], changes the find_server
method so it uses the /servers/detail endpoint to find servers in the
case of a name being provided. This ensures that the method fills in all
fields in every case.

[0] https://review.opendev.org/c/openstack/openstacksdk/+/854293

Change-Id: If8306f879361f872a1a87d589c756d9ae2435449
2022-11-01 08:56:11 -07:00

5 lines
91 B
YAML

---
fixes:
- |
Make sure find_server returns server details when looking up by name.