From a9fec16ec73d1b09eb2a14a808e1b2afc2a6cc2c Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 16 Jul 2020 12:36:30 -0400 Subject: [PATCH] bindep: Track qemu-img dependency Cinder uses qemu-img in a few ways for processing image and volume data. Change-Id: Ic47d4103fe12384a21f4ed261ebb2a1411bd09cb --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 7a270a37486..b58360df381 100644 --- a/bindep.txt +++ b/bindep.txt @@ -41,3 +41,6 @@ cryptsetup-bin [platform:dpkg] # os-brick tests. Net result is the same that lsscsi will be installed for any # cinder installation. lsscsi +qemu-img [platform:redhat] +qemu-tools [platform:suse] +qemu-utils [platform:dpkg]