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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user