python-openstackclient/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml
Matt Riedemann da7572a5ff Fix server show for microversion 2.47
Compute API version 2.47 embeds the server's internal
flavor in the response. The original flavor id is not
preserved since it could have changed if the flavor
was deleted and re-created after the server was created,
which was the dreaded Horizon "Edit Flavor" issue.
So the flavor dict in the server response is a dict of
information about the flavor representing the server
"right now" excluding the id. The original flavor name
is shown though along with the ram/disk/vcpu etc
information.

The server list command has a similar issue which
will be fixed in a follow up change.

Change-Id: I1a92999758006d02567c542b6be8902a049899cc
Task: 13864
Story: 1751104
2018-06-08 15:52:31 -04:00

7 lines
233 B
YAML

---
fixes:
- |
The ``openstack server show`` command will now properly show the server's
flavor information when using ``--os-compute-api-version 2.47`` or higher.
See: https://storyboard.openstack.org/#!/story/1751104