nova/releasenotes/notes/display-flavor-dict-in-server-details-589c1db487f226cb.yaml
Chris Friesen 90636e0f33 show flavor info in server details
Add a new microversion to change the flavor field in the server
details to display a subset of the flavor information instead of
just a link to the original flavor.

This is more reliable since it shows the actual instance size, while
the flavor may have been deleted/recreated in the meantime or the
flavor extra-specs may have been modified.

Implements: blueprint instance-flavor-api
Change-Id: If646149efb7eec8c90bf7d07c39ff4c495349941
2017-06-02 12:09:24 -04:00

8 lines
394 B
YAML

---
features:
- A new 2.47 microversion was added to the Compute API. Users specifying
this microversion or later will see the "flavor" information displayed as
a dict when displaying server details via the `servers` REST API endpoint.
If the user is prevented by policy from indexing extra-specs, then the
"extra_specs" field will not be included in the flavor information.