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: I1cc6d78fd35966489b49119e23c3a13416b70ac1
This commit is contained in:
Travis Truman 2016-05-17 11:15:27 -04:00
parent 3336fbefa1
commit 72ec082752
6 changed files with 0 additions and 6 deletions

View File

@ -15,7 +15,6 @@
## Verbosity Options
debug: False
verbose: True
glance_git_repo: https://git.openstack.org/openstack/glance

View File

@ -4,7 +4,6 @@
{% set api_threads = _api_threads if _api_threads > 0 else 1 %}
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
log_file = /var/log/glance/glance-api.log
fatal_deprecations = {{ glance_fatal_deprecations }}

View File

@ -1,7 +1,6 @@
# {{ ansible_managed }}
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
admin_password = {{ glance_service_password }}
admin_user = {{ glance_service_user_name }}

View File

@ -1,5 +1,4 @@
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
log_file = /var/log/glance/glance-manage.log
fatal_deprecations = {{ glance_fatal_deprecations }}

View File

@ -4,7 +4,6 @@
{% set api_threads = _api_threads if _api_threads > 0 else 1 %}
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
fatal_deprecations = {{ glance_fatal_deprecations }}
log_file = /var/log/glance/glance-registry.log

View File

@ -1,7 +1,6 @@
# {{ ansible_managed }}
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
# Log to this file. Make sure you do not set the same log file for both the API
# and registry servers!