Add package qemu-img to yardstick CI script
[releng.git] / jjb / yardstick / yardstick.yml
index dda76ab..385099d 100644 (file)
             # TODO: This should maybe go into openrc instead!?
             export OS_IMAGE_API_VERSION=1
 
+            # Install required packages. 
+            # 'qemu-nbd' is needed when building the yardstick image. 
+            sudo yum -y install qemu-img
+
             # set virtualenv
             echo "Yardstick: setup virtualenv"
             cd $WORKSPACE