python-novaclient/releasenotes/notes/microversion-v2_53-3463b546a38c5f84.yaml
Matt Riedemann 5745beae5c Microversion 2.53 - services and hypervisors using UUIDs
Adds support for the 2.53 microversion which changes the
os-services and os-hypervisors APIs to use a UUID for the ID
value on the resource.

Also, the PUT and GET API methods have changed a bit for
both resources in this microversion, so the pythong API
bindings and command lines have been adjusted accordingly.

Part of blueprint service-hyper-uuid-in-api

Change-Id: Ic721143cc154d91e74a8a9dd2c1e991045c94305
2017-07-26 09:04:19 -04:00

36 lines
1.8 KiB
YAML

---
features:
- |
Added support for `microversion 2.53`_. The following changes were made
for the ``services`` commands and python API bindings:
- The ``nova service-list`` command and API will have a UUID value for the
``id`` field in the output and response, respectively.
- The ``nova service-enable`` command and API will require a UUID service
id value to uniquely identify the service rather than a ``host`` and
``binary`` value. The UUID ``id`` field will also be in the command
output.
- The ``nova service-disable`` command and API will require a UUID service
id value to uniquely identify the service rather than a ``host`` and
``binary`` value. The UUID ``id`` field will also be in the command
output.
- The ``nova service-force-down`` command and API will require a UUID
service id value to uniquely identify the service rather than a ``host``
and ``binary`` value. The UUID ``id`` field will also be in the command
output.
- The ``nova service-delete`` command and API will require a UUID
service id value to uniquely identify the service rather than an integer
service id value.
The following changes were made for the ``hypervisors`` commands and python
API bindings:
- The ID field in the various ``nova hypervisor-*`` commands and
``Hypervisor.id`` attribute in the API binding will now be a UUID value.
- If paging over hypervisors using ``nova hypervisor-list``, the
``--marker`` must be a UUID value.
- The ``nova hypervisor-show`` and ``nova hypervisor-uptime`` commands and
APIs now take a UUID value for the hypervisor ID.
.. _microversion 2.53: https://docs.openstack.org/nova/latest/api_microversion_history.html#id48