Run zun-api with 'root' user

It looks zun-api needs root permission to run under apache2.
Otherwise, the zun process will have problem to write to
apache2 logs.

Change-Id: I8b201fc70b8347be9869d7e6bf1eec00d8a32d6e
This commit is contained in:
Hongbin Lu 2018-09-10 20:50:28 +00:00
parent a4187d9d02
commit d965ddf256
1 changed files with 0 additions and 2 deletions

View File

@ -15,5 +15,3 @@ RUN chmod 755 /usr/local/bin/kolla_zun_extend_start
{% block zun_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER zun