Skip to content
Snippets Groups Projects
Commit c619bdf9 authored by Vladislav Belogrudov's avatar Vladislav Belogrudov
Browse files

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
parent 0d09769d
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ RUN yum -y install openstack-nova-compute \ ...@@ -14,8 +14,9 @@ RUN yum -y install openstack-nova-compute \
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install \ RUN yum -y install \
sysfsutils \
libvirt-python \ libvirt-python \
qemu-img \
sysfsutils \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %} {% elif base_distro in ['ubuntu', 'debian'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment