Skip to content
Snippets Groups Projects
Commit ace75003 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix ownership of nova-novncproxy-source directory"

parents 9931fc6d e299720e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ RUN apt-get -y install --no-install-recommends \
{% elif install_type == 'source' %}
ADD nova-novncproxy-archive /usr/share/nova-novncproxy-source
RUN cd /usr/share && ln -s nova-novncproxy-source/* novnc
RUN cd /usr/share \
&& ln -s nova-novncproxy-source/* novnc \
&& chown -R nova: /usr/share/nova-novncproxy-source
{% 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