Skip to content

Commit 09ea240

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix aodh wsgi config file in Debuntu binary" into stable/victoria
2 parents a79f255 + fe1e6b4 commit 09ea240

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
@@ -33,9 +33,5 @@ LogLevel info
3333
WSGIApplicationGroup %{GLOBAL}
3434
WSGIDaemonProcess aodh group=aodh processes={{ openstack_service_workers }} threads=1 user=aodh
3535
WSGIProcessGroup aodh
36-
{% if aodh_install_type == 'binary' and kolla_base_distro in ['debian', 'ubuntu'] %}
37-
WSGIScriptAlias / "{{ binary_path }}/python3-aodh-api"
38-
{% else %}
3936
WSGIScriptAlias / "{{ binary_path }}/aodh-api"
40-
{% endif %}
4137
</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)