Deprecate verbose option in logging

Option "verbose" from group "DEFAULT" is deprecated for removal.
The parameter has no effect.
-Deprecated verbose for logging and init
-Remove verbose in README
-Remove verbose from tests.

If this option is not set explicitly, there is no such warning

Change-Id: I7e58412fe26962337845b3cb9d67679bac0709d8
This commit is contained in:
Iury Gregory Melo Ferreira
2016-05-18 01:11:25 -03:00
parent 283e33c00b
commit cf604fc6a6
18 changed files with 84 additions and 71 deletions

View File

@@ -4,7 +4,6 @@ describe 'glance::api' do
let :default_params do
{
:verbose => false,
:debug => false,
:use_stderr => '<SERVICE DEFAULT>',
:bind_host => '<SERVICE DEFAULT>',
@@ -47,7 +46,6 @@ describe 'glance::api' do
shared_examples_for 'glance::api' do
[{:keystone_password => 'ChangeMe'},
{
:verbose => true,
:debug => true,
:bind_host => '127.0.0.1',
:bind_port => '9222',