
The minimum required version of QEMU is now 6.2.0, and of libvirt is 8.0.0. Minimum cleanup to make the tests happy. Adjust the related unit tests accordingly. Following patch will clean all constants not useful anymore. Change-Id: I381a6c180494ed7b6ae47853132673f153733587
11 lines
440 B
YAML
11 lines
440 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The minimum required version of libvirt by the `nova-compute`
|
|
service is now 8.0.0, and the minimum required version of QEMU is
|
|
6.2.0. Failing to meet these minimum versions when using the libvirt
|
|
compute driver will result in the `nova-compute` service not
|
|
starting.
|
|
The next minimum required version of libvirt to be used in a future
|
|
release is 10.0.0, while the next minimum QEMU is 8.2.2.
|