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
|
## Verbosity Options
|
||||||
debug: False
|
debug: False
|
||||||
verbose: True
|
|
||||||
|
|
||||||
neutron_git_repo: https://git.openstack.org/openstack/neutron
|
neutron_git_repo: https://git.openstack.org/openstack/neutron
|
||||||
neutron_git_install_branch: master
|
neutron_git_install_branch: master
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
# General
|
# General
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ verbose }}
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
|
|
||||||
num_sync_threads = {{ neutron_num_sync_threads | default(api_threads) }}
|
num_sync_threads = {{ neutron_num_sync_threads | default(api_threads) }}
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
# General
|
# General
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ verbose }}
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
|
|
||||||
# While this option is deprecated in Liberty, if we remove it then it takes
|
# While this option is deprecated in Liberty, if we remove it then it takes
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
# Show debugging output in log (sets DEBUG log level output).
|
# Show debugging output in log (sets DEBUG log level output).
|
||||||
verbose = {{ verbose | bool }}
|
|
||||||
debug = {{ debug | bool }}
|
debug = {{ debug | bool }}
|
||||||
|
|
||||||
# The LBaaS agent will resync its state with Neutron to recover from any
|
# The LBaaS agent will resync its state with Neutron to recover from any
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
# General
|
# General
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ verbose }}
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
|
|
||||||
# Neutron credentials for API access
|
# Neutron credentials for API access
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
# General
|
# General
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ verbose }}
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
|
|
||||||
# Drivers
|
# Drivers
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
# General, applies to all host groups
|
# General, applies to all host groups
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
verbose = {{ verbose }}
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
fatal_deprecations = {{ neutron_fatal_deprecations }}
|
fatal_deprecations = {{ neutron_fatal_deprecations }}
|
||||||
log_file = /var/log/neutron/neutron.log
|
log_file = /var/log/neutron/neutron.log
|
||||||
|
@ -62,4 +62,3 @@ openrc_os_password: "{{ keystone_auth_admin_password }}"
|
|||||||
rabbitmq_port: 5671
|
rabbitmq_port: 5671
|
||||||
rabbitmq_servers: 10.100.100.2
|
rabbitmq_servers: 10.100.100.2
|
||||||
rabbitmq_use_ssl: true
|
rabbitmq_use_ssl: true
|
||||||
verbose: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user