Install missing package in spiceproxy container
nova-spicehtml5proxy service fails on RPM-based systems unless the spice-html5 RPM is also installed. Change-Id: I0807159cd68bcc9df4da2d94d7b54a2871236f59 Closes-Bug: #1587212
This commit is contained in:
parent
acb9eb7ed2
commit
d47f6bc90c
@ -6,6 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
RUN yum -y install \
|
||||
openstack-nova-spicehtml5proxy \
|
||||
spice-html5 \
|
||||
&& yum clean all
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user