Merge "Source type nova compute container misses qemu-img on VM boot"

This commit is contained in:
Jenkins
2015-09-10 22:19:41 +00:00
committed by Gerrit Code Review

View File

@@ -14,8 +14,9 @@ RUN yum -y install openstack-nova-compute \
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install \
sysfsutils \
libvirt-python \
qemu-img \
sysfsutils \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}