8cdbb0f999
Depends-On: https://review.opendev.org/c/openstack/nova/+/780401 Change-Id: Ic6667b1b5efe75273035c65aca2c111c90fe8e00
17 lines
736 B
YAML
17 lines
736 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for `microversion 2.88`_. The
|
|
``novaclient.v2.hypervisors.HypervisorManager.uptime`` method will now
|
|
transparently switch between the ``/os-hypervisors/{id}/uptime`` API,
|
|
which is deprecated in 2.88, and the ``/os-hypervisors/{id}`` API, which
|
|
now includes uptime information, based on the microversion.
|
|
|
|
.. _microversion 2.88: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-88
|
|
deprecations:
|
|
- |
|
|
The ``nova hypervisor-stats`` command and underlying
|
|
``novaclient.v2.hypervisors.HypervisorStatsManager.statistics`` API are
|
|
deprecated starting in microversion 2.88 and will return an error starting
|
|
on this version.
|