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 <kchamart@redhat.com>
This commit is contained in:
parent
2f635fa914
commit
489b5f762e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user