libvirt: increase min required libvirt to 1.2.1
As advertized during Mitaka, increase the min required libvirt version to 1.2.1. At this time there is no new "next" version planned. The need to advertize a version increase for Ocata will be decided later. Change-Id: Ib73cfbd9fc01114ac513730d182ed127710a9e5d
This commit is contained in:
@@ -150,8 +150,8 @@ VIR_SECRET_USAGE_TYPE_VOLUME = 1
|
|||||||
VIR_SECRET_USAGE_TYPE_CEPH = 2
|
VIR_SECRET_USAGE_TYPE_CEPH = 2
|
||||||
VIR_SECRET_USAGE_TYPE_ISCSI = 3
|
VIR_SECRET_USAGE_TYPE_ISCSI = 3
|
||||||
|
|
||||||
# Libvirt version
|
# Libvirt version to match MIN_LIBVIRT_VERSION in driver.py
|
||||||
FAKE_LIBVIRT_VERSION = 10002
|
FAKE_LIBVIRT_VERSION = 1002001
|
||||||
|
|
||||||
|
|
||||||
class HostInfo(object):
|
class HostInfo(object):
|
||||||
|
@@ -394,7 +394,7 @@ patch_tpool_proxy()
|
|||||||
# versions. Over time, this will become a common min version
|
# versions. Over time, this will become a common min version
|
||||||
# for all architectures/hypervisors, as this value rises to
|
# for all architectures/hypervisors, as this value rises to
|
||||||
# meet them.
|
# meet them.
|
||||||
MIN_LIBVIRT_VERSION = (0, 10, 2)
|
MIN_LIBVIRT_VERSION = (1, 2, 1)
|
||||||
# TODO(berrange): Re-evaluate this at start of each release cycle
|
# TODO(berrange): Re-evaluate this at start of each release cycle
|
||||||
# to decide if we want to plan a future min version bump.
|
# to decide if we want to plan a future min version bump.
|
||||||
# MIN_LIBVIRT_VERSION can be updated to match this after
|
# MIN_LIBVIRT_VERSION can be updated to match this after
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The minimum required version of libvirt has been
|
||||||
|
increased to 1.2.1
|
Reference in New Issue
Block a user