Horizon: Make deployment compatible with Django 1.10

This PS makes the Horizon deployment compatible with Django 1.10,
which is used in the Queens release.

Change-Id: Id9fef7b0ff8584866ca0f806d373cb6e3e7bf666
This commit is contained in:
Pete Birley 2018-05-01 01:03:17 -05:00
parent 255b7d5506
commit e3e4b86970

View File

@ -527,7 +527,7 @@ conf:
'handlers': {
'null': {
'level': 'DEBUG',
'class': 'django.utils.log.NullHandler',
'class': 'logging.NullHandler',
},
'console': {
# Set the level to "DEBUG" for verbose output logging.