Skip to content

Commit 82f248b

Browse files
keukomarkgoddard
authored andcommitted
Fix aodh wsgi config file in Debuntu binary
This patch is fixing file path for WSGIScriptAlias as debian/ubuntu binary packages installs /usr/bin/aodh-api as it is in source images also. For details please check LP bug report. Closes-Bug: #1953059 Change-Id: I9efe73193bf828b084c2844be73c9813a969c9c7
1 parent f35e44a commit 82f248b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ansible/roles/aodh/templates/wsgi-aodh.conf.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@ LogLevel info
3434
WSGIApplicationGroup %{GLOBAL}
3535
WSGIDaemonProcess aodh group=aodh processes={{ openstack_service_workers }} threads=1 user=aodh
3636
WSGIProcessGroup aodh
37-
{% if aodh_install_type == 'binary' and kolla_base_distro in ['debian', 'ubuntu'] %}
38-
WSGIScriptAlias / "{{ binary_path }}/python3-aodh-api"
39-
{% else %}
4037
WSGIScriptAlias / "{{ binary_path }}/aodh-api"
41-
{% endif %}
4238
</VirtualHost>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix the apache's wsgi configuration for the aodh service
5+
in Debuntu binary flavours.
6+
`LP#1953059 <https://launchpad.net/bugs/1953059>`__

0 commit comments

Comments
 (0)