Merge "Source type nova compute container misses qemu-img on VM boot"
This commit is contained in:
commit
eae80c96e9
@ -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