Pick next minimum libvirt / QEMU versions for "Stein"

The last time we incremented versions for libvirt and QEMU was during
the "Pike" release (commit: b980df0, 11-Feb-2017); for "Queens" we
didn't do any.  The advertized NEXT_MIN_{LIBVIRT,QEMU} versions during
"Pike" release were set to: libvirt 1.3.1 and QEMU 2.5.0 -- but they
weren't actually bumped for "Queens".  They will be applied for the
"Rocky" release.

Based on the LibvirtDistroSupportMatrix[*], this patch announces a
version increment for libvirt and QEMU that will be applied for the
"Stein" release, with predicted minimum versions setting libvirt to
3.0.0 and QEMU to 2.8.0.

[*] https://wiki.openstack.org/wiki/LibvirtDistroSupportMatrix

Change-Id: I872304f99e3401f9c09d61b5511300ef9c5c7e8d
This commit is contained in:
Kashyap Chamarthy 2018-03-07 14:58:48 +01:00
parent f80b4e5009
commit 28d337bf74
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ MIN_QEMU_VERSION = (2, 1, 0)
# MIN_LIBVIRT_VERSION can be updated to match this after # MIN_LIBVIRT_VERSION can be updated to match this after
# NEXT_MIN_LIBVIRT_VERSION has been at a higher value for # NEXT_MIN_LIBVIRT_VERSION has been at a higher value for
# one cycle # one cycle
NEXT_MIN_LIBVIRT_VERSION = (1, 3, 1) NEXT_MIN_LIBVIRT_VERSION = (3, 0, 0)
NEXT_MIN_QEMU_VERSION = (2, 5, 0) NEXT_MIN_QEMU_VERSION = (2, 8, 0)
# When the above version matches/exceeds this version # When the above version matches/exceeds this version
# delete it & corresponding code using it # delete it & corresponding code using it