Using openstack_logging_debug variable in horizon

TrivialFix

Change-Id: Id73897a44d20ddf024657e09716f9f4ee68621d2
This commit is contained in:
Jeffrey Zhang 2016-11-10 15:58:40 +08:00
parent 0081e3868f
commit 5cf88ed4ab

View File

@ -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