Merge "remove option verbose from config files"

This commit is contained in:
Jenkins 2016-01-18 21:16:14 +00:00 committed by Gerrit Code Review
commit 37bcd509bc
10 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,4 @@
[DEFAULT]
verbose = true
debug = true
use_syslog = True

View File

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

View File

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

View File

@ -1,6 +1,5 @@
[DEFAULT]
debug = {{ ironic_logging_debug }}
verbose = {{ ironic_logging_verbose }}
admin_token = {{ keystone_admin_token }}

View File

@ -1,5 +1,4 @@
[DEFAULT]
verbose = {{ keystone_logging_verbose }}
debug = {{ keystone_logging_debug }}
syslog_log_facility=LOG_LOCAL0
use_syslog = True

View File

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

View File

@ -1,5 +1,4 @@
[DEFAULT]
verbose = {{ openstack_logging_verbose }}
debug = {{ openstack_logging_debug }}
notification_driver = noop

View File

@ -1,5 +1,4 @@
[DEFAULT]
verbose = {{ openstack_logging_verbose }}
debug = {{ openstack_logging_debug }}
notification_driver = noop

View File

@ -1,6 +1,5 @@
# neutron.conf
[DEFAULT]
verbose = true
debug = true
use_syslog = True

View File

@ -1,6 +1,5 @@
# nova.conf
[DEFAULT]
verbose = true
debug = true
syslog_log_facility=LOG_LOCAL0