Fix for building on CentOS
[releng.git] / jjb / yardstick / yardstick.yml
index 385099d..a961903 100644 (file)
             export OS_IMAGE_API_VERSION=1
 
             # Install required packages. 
-            # 'qemu-nbd' is needed when building the yardstick image. 
-            sudo yum -y install qemu-img
+            # 'libguestfs-tools' is needed when building the yardstick image.
+            sudo yum -y install libguestfs-tools
 
             # set virtualenv
             echo "Yardstick: setup virtualenv"