Using openstack_logging_debug variable in horizon
TrivialFix Change-Id: Id73897a44d20ddf024657e09716f9f4ee68621d2
This commit is contained in:
parent
0081e3868f
commit
5cf88ed4ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user