Make nova-spice5htmlproxy build on RDO

Change-Id: Id031ee7f38a4c023c424e8a8b5d9e1636c4c7563
Closes-Bug: #1512579
Partially-Implements: blueprint nova-proxies
This commit is contained in:
Steven Dake 2015-11-03 00:29:31 -05:00
parent bdc9e5a200
commit 30aa0af69a

@ -4,8 +4,8 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN echo 'ERROR: The specified distro has no Kolla images to build: "{{ base_distro }}"' \
&& /bin/false
RUN yum -y install openstack-nova-spicehtml5proxy \
&& yum clean all
{% endif %}
{% elif install_type == 'source' %}