python-openstackclient/releasenotes/notes/fix-flavor-in-server-list-microversion-2.47-af200e9bb4747e2d.yaml
Khomesh Thakre 8e362402de compute: Show flavor in 'server list' with API >= 2.47
Fix the issue where the flavor name was empty in server list output.
This requires somewhat invasive unit test changes to reflect the changed
API response from the server, but this has the upside of meaning we
don't need new tests since what we have validates things.
Also drop the flavor ID column as it is removed from the compute API.

Change-Id: Ica3320242a38901c1180b2b29109c9474366fde0
Signed-off-by: Khomesh Thakre <khomeshthakre24@gmail.com>
Story: 2008257
Task: 41113
2021-11-30 16:52:37 +00:00

9 lines
350 B
YAML

---
features:
- |
Add support for compute API microversion 2.47, which changes how flavor
details are included in server detail responses. In 2.46 and below,
only the flavor ID was shown in the server detail response. Starting in
2.47, flavor information is embedded in the server response. The newer
behavior is now supported.