Merge "Do not use mistral user for mistral-api"

This commit is contained in:
Zuul 2023-01-03 15:38:50 +00:00 committed by Gerrit Code Review
commit 9165807446
2 changed files with 7 additions and 2 deletions

View File

@ -16,5 +16,3 @@ RUN chmod 644 /usr/local/bin/kolla_mistral_extend_start
{% block mistral_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER mistral

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes starting mistral-api not starting.
`root` user needs to be used when starting mistral-api using apache2.
Previously, the `mistral` user was used, but it lacks some permissions.
`LP#2000915 <https://launchpad.net/bugs/2000915>`__