Add debug option in config file
Config file use *_logging_debug as debug default value Change-Id: I41102fff9056a82f7307694252adff0aedcf2658
This commit is contained in:
parent
7609cc2428
commit
83df0f8612
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = true
|
||||
debug = {{ cinder_logging_debug }}
|
||||
|
||||
use_syslog = True
|
||||
syslog_log_facility = LOG_LOCAL0
|
||||
|
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = {{ openstack_logging_debug }}
|
||||
debug = {{ magnum_logging_debug }}
|
||||
|
||||
use_syslog = true
|
||||
syslog_log_facility = LOG_LOCAL0
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = {{ openstack_logging_debug }}
|
||||
debug = {{ mistral_logging_debug }}
|
||||
|
||||
|
||||
use_syslog = True
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = {{ openstack_logging_debug }}
|
||||
debug = {{ murano_logging_debug }}
|
||||
|
||||
|
||||
use_syslog = True
|
||||
|
@ -1,6 +1,6 @@
|
||||
# neutron.conf
|
||||
[DEFAULT]
|
||||
debug = true
|
||||
debug = {{ neutron_logging_debug }}
|
||||
|
||||
use_syslog = True
|
||||
syslog_log_facility = LOG_LOCAL0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# nova.conf
|
||||
[DEFAULT]
|
||||
debug = true
|
||||
debug = {{ nova_logging_debug }}
|
||||
|
||||
syslog_log_facility=LOG_LOCAL0
|
||||
use_syslog=yes
|
||||
|
Loading…
Reference in New Issue
Block a user