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:
parent
0d09769da4
commit
c619bdf911
@ -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'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user