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:
Takashi Kajinami 2021-03-05 15:24:54 +09:00
parent 07d702b0c9
commit be9157566e
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ describe 'octavia' do
it { is_expected.to contain_oslo__db('octavia_config').with(
:db_max_retries => '<SERVICE DEFAULT>',
:connection => 'sqlite:////var/lib/octavia/octavia.sqlite',
:idle_timeout => '<SERVICE DEFAULT>',
:max_pool_size => '<SERVICE DEFAULT>',
:max_retries => '<SERVICE DEFAULT>',
:retry_interval => '<SERVICE DEFAULT>',