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:
Allen Gao 2016-01-18 21:29:36 +08:00
parent c531338fef
commit 3729755da0
10 changed files with 0 additions and 10 deletions
ansible/roles
cinder/templates
glance/templates
ironic/templates
keystone/templates
magnum/templates
mistral/templates
murano/templates
neutron/templates
nova/templates

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

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

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

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

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

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

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

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

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

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