Skip to content
Snippets Groups Projects
Commit 8080ba0e authored by Steven Dake's avatar Steven Dake
Browse files

Make novncproxy work on from source installs

The symlink was wrong.

Change-Id: I9bb7978c7b5460484528af2a740a95e1d6411901
Closes-Bug: #1495158
parent 7740c2aa
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ RUN yum -y install \ ...@@ -12,8 +12,8 @@ RUN yum -y install \
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
ADD nova-novncproxy-archive /nova-novncproxy-source ADD nova-novncproxy-archive /usr/share/nova-novncproxy-source
RUN ln -s nova-novncproxy-source/* /usr/share/novnc RUN cd /usr/share && ln -s nova-novncproxy-source/* novnc
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment