puppet-horizon/releasenotes/notes/horizon-django-wsgi-entry-09354eb4692d3836.yaml
Tobias Urdin 15bd50c2f1 Django WSGI entrypoint change
The Horizon project has changed the old django.wsgi entrypoint to the
wsgi.py file in the openstack_dashboard module.

The following can be seen in the horizon logs:
WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the
Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module.
This file is a legacy naming from before Django 1.4 and an importable
'wsgi.py' is now the default. This file will be removed in the T release
cycle.

Change-Id: Iee2b3e78768dd55d5cd1629d64c9d2ff9d0d4b93
2018-08-20 14:17:13 +02:00

6 lines
127 B
YAML

---
fixes:
- |
Django WSGI entrypoint changed from django.wsgi to wsgi.py file as deprecated
by the Horizon project.