Do not expect database/idle_timeout
This cleans up remaining usage of the idle_timeout parameter which was removed[1], to fix the failing unit test case asserting the parameter. [1] 3eb0e709473d53bc9a26c672c10486828d84d50f Change-Id: Iae57938166d831f4b0b4a449d64181239fe912c7
This commit is contained in:
parent
07d702b0c9
commit
be9157566e
@ -98,7 +98,6 @@ describe 'octavia' do
|
|||||||
it { is_expected.to contain_oslo__db('octavia_config').with(
|
it { is_expected.to contain_oslo__db('octavia_config').with(
|
||||||
:db_max_retries => '<SERVICE DEFAULT>',
|
:db_max_retries => '<SERVICE DEFAULT>',
|
||||||
:connection => 'sqlite:////var/lib/octavia/octavia.sqlite',
|
:connection => 'sqlite:////var/lib/octavia/octavia.sqlite',
|
||||||
:idle_timeout => '<SERVICE DEFAULT>',
|
|
||||||
:max_pool_size => '<SERVICE DEFAULT>',
|
:max_pool_size => '<SERVICE DEFAULT>',
|
||||||
:max_retries => '<SERVICE DEFAULT>',
|
:max_retries => '<SERVICE DEFAULT>',
|
||||||
:retry_interval => '<SERVICE DEFAULT>',
|
:retry_interval => '<SERVICE DEFAULT>',
|
||||||
|
Loading…
Reference in New Issue
Block a user