034d7f3795
This adds the new microversion to allow providing a description when creating a flavor, returning a flavor description when showing flavor details, and updating the description on an existing flavor. Implements blueprint flavor-description Change-Id: Ib16b0de82f9f9492f5cacf646dc3165a0849d75e
18 lines
496 B
YAML
18 lines
496 B
YAML
---
|
|
features:
|
|
- |
|
|
Microversion 2.55 adds a ``description`` field to the flavor resource in
|
|
the following APIs:
|
|
|
|
* ``GET /flavors``
|
|
* ``GET /flavors/detail``
|
|
* ``GET /flavors/{flavor_id}``
|
|
* ``POST /flavors``
|
|
* ``PUT /flavors/{flavor_id}``
|
|
|
|
The embedded flavor description will not be included in server
|
|
representations.
|
|
|
|
A new policy rule ``os_compute_api:os-flavor-manage:update`` is added
|
|
to control access to the ``PUT /flavors/{flavor_id}`` API.
|