remove option verbose from config files
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. If this option is not set explicitly, there is no such warning. Furthermore, the default value of verbose is true, so there is no need to set this value in config files. TrivialFix Change-Id: I3ec2a8900c984a64bc0645672ef89a63975f7f4e
This commit is contained in:
parent
c531338fef
commit
3729755da0
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
use_syslog = True
|
use_syslog = True
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debug = {{ ironic_logging_debug }}
|
debug = {{ ironic_logging_debug }}
|
||||||
verbose = {{ ironic_logging_verbose }}
|
|
||||||
|
|
||||||
admin_token = {{ keystone_admin_token }}
|
admin_token = {{ keystone_admin_token }}
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ keystone_logging_verbose }}
|
|
||||||
debug = {{ keystone_logging_debug }}
|
debug = {{ keystone_logging_debug }}
|
||||||
syslog_log_facility=LOG_LOCAL0
|
syslog_log_facility=LOG_LOCAL0
|
||||||
use_syslog = True
|
use_syslog = True
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debug = {{ openstack_logging_debug }}
|
debug = {{ openstack_logging_debug }}
|
||||||
verbose = {{ openstack_logging_verbose }}
|
|
||||||
|
|
||||||
use_syslog = true
|
use_syslog = true
|
||||||
syslog_log_facility = LOG_LOCAL0
|
syslog_log_facility = LOG_LOCAL0
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ openstack_logging_verbose }}
|
|
||||||
debug = {{ openstack_logging_debug }}
|
debug = {{ openstack_logging_debug }}
|
||||||
|
|
||||||
notification_driver = noop
|
notification_driver = noop
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ openstack_logging_verbose }}
|
|
||||||
debug = {{ openstack_logging_debug }}
|
debug = {{ openstack_logging_debug }}
|
||||||
|
|
||||||
notification_driver = noop
|
notification_driver = noop
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# neutron.conf
|
# neutron.conf
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
use_syslog = True
|
use_syslog = True
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# nova.conf
|
# nova.conf
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
syslog_log_facility=LOG_LOCAL0
|
syslog_log_facility=LOG_LOCAL0
|
||||||
|
Loading…
Reference in New Issue
Block a user