From e3e4b86970d02060837aa7adf06a27564cd4772a Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Tue, 1 May 2018 01:03:17 -0500 Subject: [PATCH] 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 --- horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon/values.yaml b/horizon/values.yaml index 9598f1fd72..d1efe6b351 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -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.