4f78a4217c
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
9 lines
299 B
YAML
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.
|