From 5cf88ed4abd1b34584a9a2af429da4c4b00e9e89 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Thu, 10 Nov 2016 15:58:40 +0800 Subject: [PATCH] Using openstack_logging_debug variable in horizon TrivialFix Change-Id: Id73897a44d20ddf024657e09716f9f4ee68621d2 --- ansible/roles/horizon/templates/local_settings.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/horizon/templates/local_settings.j2 b/ansible/roles/horizon/templates/local_settings.j2 index 891b19441b..ea0eb7a1c4 100644 --- a/ansible/roles/horizon/templates/local_settings.j2 +++ b/ansible/roles/horizon/templates/local_settings.j2 @@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _ from openstack_dashboard import exceptions from openstack_dashboard.settings import HORIZON_CONFIG -DEBUG = False +DEBUG = {{ openstack_logging_debug }} TEMPLATE_DEBUG = DEBUG COMPRESS_OFFLINE = True