Wallaby Series Release Notes¶
17.4.0¶
New 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.
Deprecation Notes¶
The
nova hypervisor-stats
command and underlyingnovaclient.v2.hypervisors.HypervisorStatsManager.statistics
API are deprecated starting in microversion 2.88 and will return an error starting on this version.
17.3.0¶
Deprecation Notes¶
The following CLIs are deprecated.
nova agent-create
nova agent-delete
nova agent-list
nova agent-modify
The CLIs will be removed in the first major release after Nova 24.0.0 X is released.
Bug Fixes¶
Bug #1903727: Fixed raw Python error message when using
nova
without a subcommand while passing an optional argument, such as--os-compute-api-version 2.87
.