python-novaclient/releasenotes/notes/microversion-v2_55-flavor-description-a93718b31f1f0f39.yaml
Matt Riedemann 4f78a4217c Add support for microversion 2.55 - flavor description
This adds the support for microversion 2.55 which allows creating
a flavor with a description, showing the description in flavor details,
and updating the description on an existing flavor. Related python API
bindings are added, and the new "nova flavor-update <description>" CLI
is added.

Implements blueprint flavor-description

Change-Id: I0a09c0a63d2e91ef5aa31a8e43e28f8745faae14
2017-11-22 09:15:54 -05:00

9 lines
299 B
YAML

---
features:
- |
Support is added for compute API version 2.55. This adds the ability
to create a flavor with a description, show the description of a flavor,
and update the description on an existing flavor.
A new ``nova flavor-update <flavor> <description>`` command is added.