0e873a2d5a
Add support microversion 2.75 which implement multiple API cleanup changes. 1. Making server representation always consistent among all APIs returning the complete server representation. - Test cases added. 2. Change the default return value of ``swap`` field from the empty string to 0 (integer) in flavor APIs. - Test cases added. Nova side path: https://review.opendev.org/#/c/666889/ Change-Id: Iec2cfc629dffd53178ef88a31fcd16a3f32e2e27 Partial-Implements: blueprint api-consistency-cleanup
19 lines
615 B
YAML
19 lines
615 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for `microversion 2.75`_. The following changes were made:
|
|
|
|
- Return all fields of ``server`` in ``nova rebuild`` command which are
|
|
returned in ``nova show``. Both command will return the same set of
|
|
fields of ``server`` representation.
|
|
|
|
- Default return value of ``swap`` field will be 0 (integer) in below
|
|
commands:
|
|
|
|
- ``nova flavor-list``
|
|
- ``nova flavor-show``
|
|
- ``nova flavor-create``
|
|
- ``nova flavor-update``
|
|
|
|
.. _microversion 2.75: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id67
|