horizon: stop using deprecated django.py

[1]: https://review.opendev.org/#/c/561802/

Change-Id: Id335502ad464aa417162b2576ffae3818d30cba1
This commit is contained in:
Michal Nasiadka 2020-10-05 12:45:35 +02:00
parent 4c4ad2b87b
commit a220c81fb4

View File

@ -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}