summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-03-02 14:13:20 +0000
committerLee Yarwood <lyarwood@redhat.com>2020-03-16 09:45:31 +0000
commita486ee62727af6b09a540e744a1da32396fdf21d (patch)
tree16d9b320435c184d16708bdc64700926ec7dcbea /requirements.txt
parent961df123934046b67fb95d1d18501913d5c20f29 (diff)
downloadnova-a486ee62727af6b09a540e744a1da32396fdf21d.tar.gz
libvirt: Use oslo.utils >= 4.1.0 to fetch format-specific image data
This change is a follow up to I0c3f14100a18107f7e416293f3d4fcc641ce5e55 and removes the direct call to nova.privsep.qemu with one to the images API that now returns an oslo_utils.imageutils.QemuImgInfo object. Version 4.1.0 of oslo.utils introducing support for the format-specific data returned by qemu-img info for LUKSv1 based images. Change-Id: I573396116e10cf87f80f1ded55f2cd8f498859e4
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 52da5c2316..1f5010b0c8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -41,7 +41,7 @@ oslo.log>=3.36.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0
oslo.upgradecheck>=0.1.1
-oslo.utils>=3.40.2 # Apache-2.0
+oslo.utils>=4.1.0 # Apache-2.0
oslo.db>=4.44.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.messaging>=10.3.0 # Apache-2.0