Skip to content
Snippets Groups Projects
Commit 06f1519b authored by SamYaple's avatar SamYaple
Browse files

nova-libvirt is not a child of nova-base

The permissions fix was not applied due to a recent patch.

Related-Id: I37d737509bc7cf3dc74bb13ecb0a6ae68080556e

TrivialFix

Change-Id: Ica737a8e51cdb66b06a09b5484a4915d6e26ee06
parent 317224fa
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ RUN apt-get install -y --no-install-recommends \ ...@@ -30,8 +30,8 @@ RUN apt-get install -y --no-install-recommends \
{% endif %} {% endif %}
COPY extend_start.sh /usr/local/bin/kolla_nova_extend_start COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_nova_extend_start \ RUN chmod 755 /usr/local/bin/kolla_extend_start \
&& useradd --user-group nova && useradd --user-group nova
{{ include_footer }} {{ include_footer }}
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