python-novaclient/releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml
Takashi NATSUME 229d0df752 Microversion 2.61 - support extra_specs in flavor API
Starting from microversion 2.61, the responses of the 'Flavor' APIs
include the 'extra_specs' parameter. Therefore 'Flavors extra-specs'
(os-extra_specs) API calls have been removed in the following commands
since microversion 2.61.

* nova flavor-list
* nova flavor-show

Change-Id: I10d621d9b62764114d55cb368e720d182eaffd11
Implements: blueprint add-extra-specs-to-flavor-list
2018-04-17 10:02:35 -04:00

14 lines
413 B
YAML

---
other:
- |
Starting from microversion 2.61, the responses of the 'Flavor' APIs
include the 'extra_specs' parameter. Therefore 'Flavors extra-specs'
(os-extra_specs) API calls have been removed in the following commands
since microversion 2.61.
* ``nova flavor-list``
* ``nova flavor-show``
There are no behavior changes in the CLI. This is just a performance
optimization.