Merge "Add debug option in config file"

This commit is contained in:
Jenkins 2016-01-21 22:44:03 +00:00 committed by Gerrit Code Review
commit 801f84ed11
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