Merge "Make novncproxy work on from source installs"

This commit is contained in:
Jenkins 2015-09-13 20:13:25 +00:00 committed by Gerrit Code Review
commit 9633c60c58

View File

@ -12,8 +12,8 @@ RUN yum -y install \
{% endif %}
{% elif install_type == 'source' %}
ADD nova-novncproxy-archive /nova-novncproxy-source
RUN ln -s nova-novncproxy-source/* /usr/share/novnc
ADD nova-novncproxy-archive /usr/share/nova-novncproxy-source
RUN cd /usr/share && ln -s nova-novncproxy-source/* novnc
{% endif %}