52014a7805
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
8 lines
268 B
YAML
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>`__
|