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

nova-compute requires qemu-img for various image operations

Change-Id: I295f789565ba326d4023905459413df6c60aeb39
Closes-Bug: #1494273
This commit is contained in:
Vladislav Belogrudov 2015-09-10 14:56:16 +03:00
parent 0d09769da4
commit c619bdf911

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'] %}