Use horizon_logging_debug variable

TrivialFix

Change-Id: Ic474306223b9c6f5fa730ef765ca60c59d76f24b
This commit is contained in:
Mauricio Lima 2016-11-10 11:28:59 -03:00
parent 0a86367eb7
commit c16a130510
2 changed files with 3 additions and 1 deletions

View File

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

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 = {{ openstack_logging_debug }}
DEBUG = {{ horizon_logging_debug }}
TEMPLATE_DEBUG = DEBUG
COMPRESS_OFFLINE = True