Deprecate verbose option

Option "verbose" from group "DEFAULT" is deprecated for removal.
The parameter has no effect.

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

Change-Id: I03b278415861f58ffee810244b6eeabfa2e2127c
This commit is contained in:
ZhongShengping
2016-05-17 14:34:42 +08:00
parent 0990ac4c57
commit b58adfcc3c
6 changed files with 28 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ describe 'aodh' do
context 'with overridden parameters' do
let :params do
{ :verbose => true,
{
:debug => true,
:rabbit_host => 'rabbit',
:rabbit_userid => 'rabbit_user',