Add debug option in config file

Config file use *_logging_debug as debug default value

Change-Id: I41102fff9056a82f7307694252adff0aedcf2658
This commit is contained in:
Ice Yao 2016-01-20 15:44:27 +08:00
parent 7609cc2428
commit 83df0f8612
9 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = true
debug = {{ cinder_logging_debug }}
use_syslog = True
syslog_log_facility = LOG_LOCAL0

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = true
debug = {{ glance_logging_debug }}
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
bind_port = {{ glance_api_port }}

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = true
debug = {{ glance_logging_debug }}
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
bind_port = {{ glance_registry_port }}

View File

@ -1,4 +1,6 @@
[DEFAULT]
debug = {{ heat_logging_debug }}
heat_watch_server_url = http://{{ kolla_external_address }}:{{ heat_api_cfn_port }}
heat_metadata_server_url = http://{{ kolla_external_address }}:{{ heat_api_cfn_port }}
heat_waitcondition_server_url = http://{{ kolla_external_address }}:{{ heat_api_cfn_port }}/v1/waitcondition

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = {{ openstack_logging_debug }}
debug = {{ magnum_logging_debug }}
use_syslog = true
syslog_log_facility = LOG_LOCAL0

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = {{ openstack_logging_debug }}
debug = {{ mistral_logging_debug }}
use_syslog = True

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = {{ openstack_logging_debug }}
debug = {{ murano_logging_debug }}
use_syslog = True

View File

@ -1,6 +1,6 @@
# neutron.conf
[DEFAULT]
debug = true
debug = {{ neutron_logging_debug }}
use_syslog = True
syslog_log_facility = LOG_LOCAL0

View File

@ -1,6 +1,6 @@
# nova.conf
[DEFAULT]
debug = true
debug = {{ nova_logging_debug }}
syslog_log_facility=LOG_LOCAL0
use_syslog=yes