Merge "Source based builds should get novnc from tarball (git/url)"

This commit is contained in:
Jenkins 2015-09-02 09:32:12 +00:00 committed by Gerrit Code Review
commit 3493717517

View File

@ -11,19 +11,10 @@ RUN yum -y install \
{% endif %}
{% elif install_type == 'source' %}
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}
RUN yum -y install \
https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm \
novnc \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}
ADD nova-novncproxy.tar /
RUN ln -s /kanaka-noVNC-* /usr/share/novnc
{% endif %}
{% endif %}
COPY start.sh /