diff options
Diffstat (limited to 'jjb/yardstick/yardstick.yml')
-rw-r--r-- | jjb/yardstick/yardstick.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index dda76ab4b..385099dc7 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -224,6 +224,10 @@ # 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 |