Use horizon_logging_debug variable
TrivialFix Change-Id: Ic474306223b9c6f5fa730ef765ca60c59d76f24b
This commit is contained in:
parent
0a86367eb7
commit
c16a130510
@ -21,6 +21,8 @@ horizon_image_full: "{{ horizon_image }}:{{ horizon_tag }}"
|
||||
####################
|
||||
openstack_horizon_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}'}"
|
||||
|
||||
horizon_logging_debug: "{{ openstack_logging_debug }}"
|
||||
|
||||
|
||||
####################
|
||||
# Horizon
|
||||
|
@ -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 = {{ openstack_logging_debug }}
|
||||
DEBUG = {{ horizon_logging_debug }}
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
COMPRESS_OFFLINE = True
|
||||
|
Loading…
Reference in New Issue
Block a user