Verbose option has been deprecated from oslo.log

See http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html
for additional details.

Change-Id: I8b7155cd36b0140403df0598a2376d4e6ea91d6b
This commit is contained in:
Travis Truman 2016-05-17 11:24:30 -04:00
parent 1e6232ca2c
commit e3e2f639dd
8 changed files with 0 additions and 8 deletions

View File

@ -18,7 +18,6 @@ is_metal: true
## Verbosity Options
debug: False
verbose: True
neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: master

View File

@ -5,7 +5,6 @@
# General
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
num_sync_threads = {{ neutron_num_sync_threads | default(api_threads) }}

View File

@ -2,7 +2,6 @@
# General
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
# While this option is deprecated in Liberty, if we remove it then it takes

View File

@ -2,7 +2,6 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output).
verbose = {{ verbose | bool }}
debug = {{ debug | bool }}
# The LBaaS agent will resync its state with Neutron to recover from any

View File

@ -5,7 +5,6 @@
# General
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
# Neutron credentials for API access

View File

@ -2,7 +2,6 @@
# General
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
# Drivers

View File

@ -5,7 +5,6 @@
# General, applies to all host groups
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
fatal_deprecations = {{ neutron_fatal_deprecations }}
log_file = /var/log/neutron/neutron.log

View File

@ -62,4 +62,3 @@ openrc_os_password: "{{ keystone_auth_admin_password }}"
rabbitmq_port: 5671
rabbitmq_servers: 10.100.100.2
rabbitmq_use_ssl: true
verbose: true