ADD user neutron to the neutron-openvswitch-agent docker file

Neutron containers share the same log directory. So all containers
should use same username to create directories.

Change-Id: Id95a3205b53dd87ba21d55ebecada89d9f86d37b
Closes-Bug: #1551829
This commit is contained in:
Hui Kang 2016-03-01 13:49:01 -05:00
parent a07855bc07
commit 55b50b121c
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ RUN apt-get install -y --no-install-recommends \
{% endif %}
{{ include_footer }}
USER neutron