Fix for building on CentOS
[releng.git] / jjb / yardstick / yardstick.yml
index dda76ab..a961903 100644 (file)
             # TODO: This should maybe go into openrc instead!?
             export OS_IMAGE_API_VERSION=1
 
+            # Install required packages. 
+            # 'libguestfs-tools' is needed when building the yardstick image.
+            sudo yum -y install libguestfs-tools
+
             # set virtualenv
             echo "Yardstick: setup virtualenv"
             cd $WORKSPACE