From 489b5f762e2c828354362667cd647086dc4eed60 Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Tue, 25 Sep 2018 14:29:56 +0200 Subject: [PATCH] Pick next minimum libvirt / QEMU versions for "T" release Before we can bump the agreed upon[1] minimum versions (in commit: 28d337b -- Pick next minimum libvirt / QEMU versions for "Stein") for libvirt and QEMU for 'Stein', we need to pick the the NEXT_MIN_* versions for the "T" release, which will come out in the autumn of 2019. Based on the LibvirtDistroSupportMatrix[1] and 'operators-list'[2], this patch announces a version increment for libvirt and QEMU that will be applied for the "T" release, with predicted minimum versions setting: libvirt to 4.0.0; and QEMU to 2.11.0 [1] https://wiki.openstack.org/wiki/LibvirtDistroSupportMatrix [2] http://lists.openstack.org/pipermail/openstack-operators/2018-September/015929.html RFC: Next minimum libvirt / QEMU versions for 'T' release Change-Id: I7173e0c29db5c5cfa61ddad8edf76b750a7a289b Signed-off-by: Kashyap Chamarthy --- nova/virt/libvirt/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index e6cdbfd94681..6e60f3fe2351 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -227,8 +227,8 @@ MIN_QEMU_VERSION = (2, 5, 0) # MIN_LIBVIRT_VERSION can be updated to match this after # NEXT_MIN_LIBVIRT_VERSION has been at a higher value for # one cycle -NEXT_MIN_LIBVIRT_VERSION = (3, 0, 0) -NEXT_MIN_QEMU_VERSION = (2, 8, 0) +NEXT_MIN_LIBVIRT_VERSION = (4, 0, 0) +NEXT_MIN_QEMU_VERSION = (2, 11, 0) # Virtuozzo driver support