Add usermod to Zaqar container
When we dropped root, we forgot the usermod. Updated. Change-Id: I72a452c9b3b6a9aac0a8edd073887a1b79c34e8e
This commit is contained in:
parent
fb06344aee
commit
e9c47f3d64
@ -21,7 +21,8 @@ RUN ln -s zaqar-source/* zaqar \
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start \
|
||||||
|
&& usermod -a -G kolla zaqar
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user