kolla/releasenotes/notes/fix-monasca-cyborg-ubuntu-source-832a978a3ac5cd3e.yaml
Mark Goddard f5d31da12f Use Python 3 for mod_wsgi in cyborg and monasca on Debian/Ubuntu
In Train kolla switched to Python 3 in Debian and Ubuntu source images.
For services running under httpd with mod_wsgi, they should install
libapache2-mod-wsgi-py3 rather than libapache2-mod-wsgi. This was done
for most images, but cyborg and monasca were omitted.  This change fixes
that.

Change-Id: I25cfa62dbf20490685617b4a4185bf95ab91725e
Closes-Bug: #1873421
2020-05-04 11:46:36 +00:00

7 lines
185 B
YAML

---
fixes:
- |
Fixes an issue with Cyborg and Monasca APIs in Debian and Ubuntu source
type images.
`LP#1873421 <https://bugs.launchpad.net/kolla-ansible/+bug/1873421>`__