commit a220c81fb428d989cf4da0df0196f3bd134b1e14 Author: Michal Nasiadka Date: Mon Oct 5 12:45:35 2020 +0200 horizon: stop using deprecated django.py [1]: https://review.opendev.org/#/c/561802/ Change-Id: Id335502ad464aa417162b2576ffae3818d30cba1 diff --git a/ansible/roles/horizon/templates/horizon.conf.j2 b/ansible/roles/horizon/templates/horizon.conf.j2 index 8cfb964..c7438dd 100644 --- a/ansible/roles/horizon/templates/horizon.conf.j2 +++ b/ansible/roles/horizon/templates/horizon.conf.j2 @@ -25,7 +25,7 @@ TraceEnable off {% if kolla_base_distro in ['debian'] and horizon_install_type == 'binary' %} WSGIScriptAlias / {{ python_path }}/wsgi.py {% else %} - WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi + WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi.py {% endif %} WSGIPassAuthorization On WSGIApplicationGroup %{GLOBAL}