Merge "Make nova-spice5htmlproxy build on RDO"
This commit is contained in:
commit
ae202c2fad
@ -4,8 +4,8 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN echo 'ERROR: The specified distro has no Kolla images to build: "{{ base_distro }}"' \
|
RUN yum -y install openstack-nova-spicehtml5proxy \
|
||||||
&& /bin/false
|
&& yum clean all
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif install_type == 'source' %}
|
{% elif install_type == 'source' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user