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:
parent
1e6232ca2c
commit
e3e2f639dd
@ -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
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
# General
|
||||
[DEFAULT]
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
|
||||
num_sync_threads = {{ neutron_num_sync_threads | default(api_threads) }}
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
# General
|
||||
[DEFAULT]
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
|
||||
# While this option is deprecated in Liberty, if we remove it then it takes
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
# General
|
||||
[DEFAULT]
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
|
||||
# Neutron credentials for API access
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
# General
|
||||
[DEFAULT]
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
|
||||
# Drivers
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user