Add rally user to microservices group

Change-Id: I6fb85046553bc9b7349dae93fea684fa3c64053b
This commit is contained in:
Sergey Reshetnyak 2017-03-02 19:30:29 +03:00
parent a6120a5555
commit c647ba9be4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN apt-get update \
&& apt-get clean \
&& useradd --user-group --create-home --home-dir /var/lib/rally rally \
&& chmod 755 /var/lib/rally \
&& usermod -a -G microservices rally \
&& /var/lib/microservices/venv/bin/pip install /rally \
&& rm -fr /rally \
&& mv /tempest /var/lib/rally/tempest