15bd50c2f1
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
6 lines
127 B
YAML
6 lines
127 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Django WSGI entrypoint changed from django.wsgi to wsgi.py file as deprecated
|
|
by the Horizon project.
|