kolla/releasenotes/notes/bug-2000915-962531e87944c6f3.yaml
Arnaud Morin 52014a7805 Do not use mistral user for mistral-api
Mistral-api is started using wsgi and apache2 in the
container need to start with the root user, like nova-api.

Closes-bug: #2000915

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: Icace8576dcf0085a5e51eb453cbad2ac89c7358e
2023-01-03 12:56:02 +01:00

8 lines
268 B
YAML

---
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>`__